Created
January 24, 2017 07:43
-
-
Save bangiqi/781f02c1c45da6509b586e05dff4a069 to your computer and use it in GitHub Desktop.
This file contains 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 Object content; | |
@SerializedName("nm_fasilitator") | |
@Expose | |
private String nm_fasilitator; | |
@SerializedName("asal_daerah_provinsi") | |
@Expose | |
private String asal_daerah_provinsi; | |
@SerializedName("asal_daerah_kotakab") | |
@Expose | |
private String asal_daerah_kotakab; | |
@SerializedName("obj_sekolah") | |
@Expose | |
private String obj_sekolah; | |
@SerializedName("alamat_sekolah") | |
@Expose | |
private String alamat_sekolah; | |
@SerializedName("profile_biodata") | |
@Expose | |
private String profile_biodata; | |
@SerializedName("signature") | |
@Expose | |
private String signature; | |
@SerializedName("pertanyaan_pertama") | |
@Expose | |
private List<PertanyaanPertama> pertanyaanPertama = new ArrayList<PertanyaanPertama>(); | |
public List<PertanyaanPertama> getPertanyaanPertama() { | |
return pertanyaanPertama; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment