Package model
Class VerificationLinks
- java.lang.Object
-
- model.VerificationLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class VerificationLinks extends Object
For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerificationLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_MERCHANTstatic StringSERIALIZED_NAME_SELF
-
Constructor Summary
Constructors Constructor Description VerificationLinks()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationLinksapplication(VerificationLinksApplication application)booleanequals(Object o)static VerificationLinksfromJson(String jsonString)Create an instance of VerificationLinks given an JSON stringMap<String,Object>getAdditionalProperties()Return the additional (undeclared) property.ObjectgetAdditionalProperty(String key)Return the additional (undeclared) property with the specified name.VerificationLinksApplicationgetApplication()Get applicationVerificationLinksMerchantgetMerchant()Get merchantApplicationLinksSelfgetSelf()Get selfinthashCode()VerificationLinksmerchant(VerificationLinksMerchant merchant)VerificationLinksputAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.VerificationLinksself(ApplicationLinksSelf self)voidsetApplication(VerificationLinksApplication application)voidsetMerchant(VerificationLinksMerchant merchant)voidsetSelf(ApplicationLinksSelf self)StringtoJson()Convert an instance of VerificationLinks to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MERCHANT
public static final String SERIALIZED_NAME_MERCHANT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
self
public VerificationLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
merchant
public VerificationLinks merchant(VerificationLinksMerchant merchant)
-
getMerchant
@Nullable public VerificationLinksMerchant getMerchant()
Get merchant- Returns:
- merchant
-
setMerchant
public void setMerchant(VerificationLinksMerchant merchant)
-
application
public VerificationLinks application(VerificationLinksApplication application)
-
getApplication
@Nullable public VerificationLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(VerificationLinksApplication application)
-
putAdditionalProperty
public VerificationLinks putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Return the additional (undeclared) property.
-
getAdditionalProperty
public Object getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
-
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 VerificationLinks
-
fromJson
public static VerificationLinks fromJson(String jsonString) throws IOException
Create an instance of VerificationLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of VerificationLinks
- Throws:
IOException- if the JSON string is invalid with respect to VerificationLinks
-
toJson
public String toJson()
Convert an instance of VerificationLinks to an JSON string- Returns:
- JSON string
-
-