Class 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
    • Constructor Detail

      • GetImageUrl

        public GetImageUrl()
    • Method Detail

      • getImageId1

        @Nonnull
        public String getImageId1()
        이미지 ID
        Returns:
        imageId1
      • setImageId1

        public void setImageId1​(String imageId1)
      • getUrl

        @Nonnull
        public String getUrl()
        이미지 주소
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates 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