@Generated(value="Generated by https://konfigthis.com") public class LinksData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LinksData.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CHECKOUT |
static String |
SERIALIZED_NAME_LEARN_MORE |
static String |
SERIALIZED_NAME_PRIVACY_POLICY |
static String |
SERIALIZED_NAME_TERMS_CONDITIONS |
| Constructor and Description |
|---|
LinksData() |
| Modifier and Type | Method and Description |
|---|---|
LinksData |
checkout(String checkout) |
boolean |
equals(Object o) |
static LinksData |
fromJson(String jsonString)
Create an instance of LinksData given an JSON string
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCheckout()
Get checkout
|
String |
getLearnMore()
Get learnMore
|
String |
getPrivacyPolicy()
Get privacyPolicy
|
String |
getTermsConditions()
Get termsConditions
|
int |
hashCode() |
LinksData |
learnMore(String learnMore) |
LinksData |
privacyPolicy(String privacyPolicy) |
LinksData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCheckout(String checkout) |
void |
setLearnMore(String learnMore) |
void |
setPrivacyPolicy(String privacyPolicy) |
void |
setTermsConditions(String termsConditions) |
LinksData |
termsConditions(String termsConditions) |
String |
toJson()
Convert an instance of LinksData to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_CHECKOUT
public static final String SERIALIZED_NAME_LEARN_MORE
public static final String SERIALIZED_NAME_TERMS_CONDITIONS
public static final String SERIALIZED_NAME_PRIVACY_POLICY
public void setCheckout(String checkout)
public void setLearnMore(String learnMore)
@Nullable public String getTermsConditions()
public void setTermsConditions(String termsConditions)
@Nullable public String getPrivacyPolicy()
public void setPrivacyPolicy(String privacyPolicy)
public LinksData putAdditionalProperty(String key, Object value)
key - name of the propertyvalue - value of the propertypublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - name of the propertypublic static void validateJsonObject(com.google.gson.JsonObject jsonObj)
throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to LinksDatapublic static LinksData fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to LinksDatapublic String toJson()
Copyright © 2023. All rights reserved.