Package model
Class MerchantProfilesListEmbedded
- java.lang.Object
-
- model.MerchantProfilesListEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class MerchantProfilesListEmbedded extends Object
List of `merchant_profile` objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMerchantProfilesListEmbedded.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_MERCHANT_PROFILES
-
Constructor Summary
Constructors Constructor Description MerchantProfilesListEmbedded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantProfilesListEmbeddedaddMerchantProfilesItem(MerchantProfile merchantProfilesItem)booleanequals(Object o)static MerchantProfilesListEmbeddedfromJson(String jsonString)Create an instance of MerchantProfilesListEmbedded given an JSON stringList<MerchantProfile>getMerchantProfiles()`merchant_profile` objects.inthashCode()MerchantProfilesListEmbeddedmerchantProfiles(List<MerchantProfile> merchantProfiles)voidsetMerchantProfiles(List<MerchantProfile> merchantProfiles)StringtoJson()Convert an instance of MerchantProfilesListEmbedded to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
merchantProfiles
public MerchantProfilesListEmbedded merchantProfiles(List<MerchantProfile> merchantProfiles)
-
addMerchantProfilesItem
public MerchantProfilesListEmbedded addMerchantProfilesItem(MerchantProfile merchantProfilesItem)
-
getMerchantProfiles
@Nullable public List<MerchantProfile> getMerchantProfiles()
`merchant_profile` objects.- Returns:
- merchantProfiles
-
setMerchantProfiles
public void setMerchantProfiles(List<MerchantProfile> merchantProfiles)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to MerchantProfilesListEmbedded
-
fromJson
public static MerchantProfilesListEmbedded fromJson(String jsonString) throws IOException
Create an instance of MerchantProfilesListEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MerchantProfilesListEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to MerchantProfilesListEmbedded
-
toJson
public String toJson()
Convert an instance of MerchantProfilesListEmbedded to an JSON string- Returns:
- JSON string
-
-