Package io.sendon.model
Class GetImageUrl
- java.lang.Object
-
- io.sendon.model.GetImageUrl
-
@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 GetImageUrl extends Object
GetImageUrl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetImageUrl.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IMAGE_ID1static StringSERIALIZED_NAME_URL
-
Constructor Summary
Constructors Constructor Description GetImageUrl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetImageUrlfromJson(String jsonString)Create an instance of GetImageUrl given an JSON stringStringgetImageId1()이미지 IDStringgetUrl()이미지 주소inthashCode()GetImageUrlimageId1(String imageId1)voidsetImageId1(String imageId1)voidsetUrl(String url)StringtoJson()Convert an instance of GetImageUrl to an JSON stringStringtoString()GetImageUrlurl(String url)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_IMAGE_ID1
public static final String SERIALIZED_NAME_IMAGE_ID1
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
imageId1
public GetImageUrl imageId1(String imageId1)
-
setImageId1
public void setImageId1(String imageId1)
-
url
public GetImageUrl url(String url)
-
setUrl
public void setUrl(String url)
-
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 GetImageUrl
-
fromJson
public static GetImageUrl fromJson(String jsonString) throws IOException
Create an instance of GetImageUrl given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetImageUrl
- Throws:
IOException- if the JSON string is invalid with respect to GetImageUrl
-
toJson
public String toJson()
Convert an instance of GetImageUrl to an JSON string- Returns:
- JSON string
-
-