@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-09T12:38:06.739118192Z[Etc/UTC]",
comments="Generator version: 7.7.0")
public class AddOrUpdateIntegrationLinkModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddOrUpdateIntegrationLinkModel.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static java.util.HashSet<java.lang.String> |
openapiFields |
static java.util.HashSet<java.lang.String> |
openapiRequiredFields |
static java.lang.String |
SERIALIZED_NAME_DESCRIPTION |
static java.lang.String |
SERIALIZED_NAME_URL |
| Constructor and Description |
|---|
AddOrUpdateIntegrationLinkModel() |
| Modifier and Type | Method and Description |
|---|---|
AddOrUpdateIntegrationLinkModel |
description(java.lang.String description) |
boolean |
equals(java.lang.Object o) |
static AddOrUpdateIntegrationLinkModel |
fromJson(java.lang.String jsonString)
Create an instance of AddOrUpdateIntegrationLinkModel given an JSON string
|
java.lang.String |
getDescription()
Get description
|
java.lang.String |
getUrl()
Get url
|
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toJson()
Convert an instance of AddOrUpdateIntegrationLinkModel to an JSON string
|
java.lang.String |
toString() |
AddOrUpdateIntegrationLinkModel |
url(java.lang.String url) |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
public static final java.lang.String SERIALIZED_NAME_DESCRIPTION
public static final java.lang.String SERIALIZED_NAME_URL
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public AddOrUpdateIntegrationLinkModel description(java.lang.String description)
@Nullable public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public AddOrUpdateIntegrationLinkModel url(java.lang.String url)
@Nullable public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
jsonElement - JSON Elementjava.io.IOException - if the JSON Element is invalid with respect to
AddOrUpdateIntegrationLinkModelpublic static AddOrUpdateIntegrationLinkModel fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to
AddOrUpdateIntegrationLinkModelpublic java.lang.String toJson()