Package io.sendon.model
Class GetImageUrls
- java.lang.Object
-
- io.sendon.model.GetImageUrls
-
@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 GetImageUrls extends Object
GetImageUrls
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetImageUrls.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IMAGES
-
Constructor Summary
Constructors Constructor Description GetImageUrls()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetImageUrlsaddImagesItem(GetImageUrl imagesItem)booleanequals(Object o)static GetImageUrlsfromJson(String jsonString)Create an instance of GetImageUrls given an JSON stringList<GetImageUrl>getImages()이미지 리스트inthashCode()GetImageUrlsimages(List<GetImageUrl> images)voidsetImages(List<GetImageUrl> images)StringtoJson()Convert an instance of GetImageUrls to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Method Detail
-
images
public GetImageUrls images(List<GetImageUrl> images)
-
addImagesItem
public GetImageUrls addImagesItem(GetImageUrl imagesItem)
-
getImages
@Nonnull public List<GetImageUrl> getImages()
이미지 리스트- Returns:
- images
-
setImages
public void setImages(List<GetImageUrl> images)
-
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 GetImageUrls
-
fromJson
public static GetImageUrls fromJson(String jsonString) throws IOException
Create an instance of GetImageUrls given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetImageUrls
- Throws:
IOException- if the JSON string is invalid with respect to GetImageUrls
-
toJson
public String toJson()
Convert an instance of GetImageUrls to an JSON string- Returns:
- JSON string
-
-