Created
July 18, 2023 13:18
-
-
Save iotakodali/a71e3f85d728604ffa3a8c1e0c75335c to your computer and use it in GitHub Desktop.
The parameters collected part of Smart Pusle Survey in Andhra Pradesh in 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Apeligibility { | |
@SerializedName("ADDRESS") | |
private String address; | |
@SerializedName("AE_MOB_NUM") | |
private String aeMobNum; | |
@SerializedName("AE_UID") | |
private String aeUid; | |
@SerializedName("AGRICULTURE_VEHICLE") | |
private String agricultureVehicle; | |
@SerializedName("APPLICANT_NAME") | |
private String applicantName; | |
@SerializedName("APPLICANT_UID") | |
private String applicantUid; | |
@SerializedName("ELECTRICITY_BILL") | |
private String electricityBill; | |
@SerializedName("ELIGIBLE_FOR_HOUSING") | |
private String eligibleForHousing; | |
@SerializedName("GOVT_JOB") | |
private String govtJob; | |
@SerializedName("HOUSEHOLD_ID") | |
private String householdId; | |
@SerializedName("INCOME_TAX") | |
private String incomeTax; | |
private boolean isChecked = false; | |
@SerializedName("LAND_2") | |
private String land2; | |
@SerializedName("LAND_5") | |
private String land5; | |
@SerializedName("LAND_7") | |
private String land7; | |
@SerializedName("LAND_PHONE") | |
private String landPhone; | |
@SerializedName("LAND_WET_DRY_5") | |
private String landWetDry5; | |
@SerializedName("MOBILE_NUMBER") | |
private String mobileNumber; | |
@SerializedName("OCCUPATION") | |
private String occupation; | |
@SerializedName("PROFESSIONAL_TAX") | |
private String professionalTax; | |
@SerializedName("RATION_ID") | |
private String rationId; | |
@SerializedName("RC_STATUS") | |
private String rcStatus; | |
@SerializedName("REFRIGERATOR") | |
private String refrigerator; | |
@SerializedName("REMARKS") | |
private String remarks; | |
@SerializedName("VEHICLE") | |
private String vehicle; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment