@Generated(value="Generated by https://konfigthis.com") public class LinksModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LinksModel.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_LEARN_MORE_URL |
static String |
SERIALIZED_NAME_PRIVACY_POLICY_URL |
static String |
SERIALIZED_NAME_TERMS_AND_CONDITIONS_URL |
| Constructor and Description |
|---|
LinksModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static LinksModel |
fromJson(String jsonString)
Create an instance of LinksModel 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 |
getLearnMoreUrl()
Get learnMoreUrl
|
String |
getPrivacyPolicyUrl()
Get privacyPolicyUrl
|
String |
getTermsAndConditionsUrl()
Get termsAndConditionsUrl
|
int |
hashCode() |
LinksModel |
learnMoreUrl(String learnMoreUrl) |
LinksModel |
privacyPolicyUrl(String privacyPolicyUrl) |
LinksModel |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLearnMoreUrl(String learnMoreUrl) |
void |
setPrivacyPolicyUrl(String privacyPolicyUrl) |
void |
setTermsAndConditionsUrl(String termsAndConditionsUrl) |
LinksModel |
termsAndConditionsUrl(String termsAndConditionsUrl) |
String |
toJson()
Convert an instance of LinksModel 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_PRIVACY_POLICY_URL
public static final String SERIALIZED_NAME_TERMS_AND_CONDITIONS_URL
public static final String SERIALIZED_NAME_LEARN_MORE_URL
public LinksModel privacyPolicyUrl(String privacyPolicyUrl)
@Nullable public String getPrivacyPolicyUrl()
public void setPrivacyPolicyUrl(String privacyPolicyUrl)
public LinksModel termsAndConditionsUrl(String termsAndConditionsUrl)
@Nullable public String getTermsAndConditionsUrl()
public void setTermsAndConditionsUrl(String termsAndConditionsUrl)
public LinksModel learnMoreUrl(String learnMoreUrl)
public void setLearnMoreUrl(String learnMoreUrl)
public LinksModel 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 LinksModelpublic static LinksModel fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to LinksModelpublic String toJson()
Copyright © 2023. All rights reserved.