Package io.sendon.model
Class SendFriendTalkRequestSchemaImage
- java.lang.Object
-
- io.sendon.model.SendFriendTalkRequestSchemaImage
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]", comments="Generator version: 7.7.0") public class SendFriendTalkRequestSchemaImage extends Object
이미지
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendFriendTalkRequestSchemaImage.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_LINKstatic StringSERIALIZED_NAME_URL
-
Constructor Summary
Constructors Constructor Description SendFriendTalkRequestSchemaImage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SendFriendTalkRequestSchemaImagefromJson(String jsonString)Create an instance of SendFriendTalkRequestSchemaImage given an JSON stringStringgetLink()이미지 클릭 시 이동할 URL(선택사항)StringgetUrl()이미지 URLinthashCode()SendFriendTalkRequestSchemaImagelink(String link)voidsetLink(String link)voidsetUrl(String url)StringtoJson()Convert an instance of SendFriendTalkRequestSchemaImage to an JSON stringStringtoString()SendFriendTalkRequestSchemaImageurl(String url)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINK
public static final String SERIALIZED_NAME_LINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
url
public SendFriendTalkRequestSchemaImage url(String url)
-
setUrl
public void setUrl(String url)
-
link
public SendFriendTalkRequestSchemaImage link(String link)
-
setLink
public void setLink(String link)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to SendFriendTalkRequestSchemaImage
-
fromJson
public static SendFriendTalkRequestSchemaImage fromJson(String jsonString) throws IOException
Create an instance of SendFriendTalkRequestSchemaImage given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SendFriendTalkRequestSchemaImage
- Throws:
IOException- if the JSON string is invalid with respect to SendFriendTalkRequestSchemaImage
-
toJson
public String toJson()
Convert an instance of SendFriendTalkRequestSchemaImage to an JSON string- Returns:
- JSON string
-
-