Class UploadImage


  • @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 UploadImage
    extends Object
    UploadImage
    • Constructor Detail

      • UploadImage

        public UploadImage()
    • Method Detail

      • setId

        public void setId​(String id)
      • setSize

        public void setSize​(BigDecimal size)
      • getFilename

        @Nonnull
        public String getFilename()
        이미지 파일명
        Returns:
        filename
      • setFilename

        public void setFilename​(String filename)
      • 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 UploadImage
      • fromJson

        public static UploadImage fromJson​(String jsonString)
                                    throws IOException
        Create an instance of UploadImage given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of UploadImage
        Throws:
        IOException - if the JSON string is invalid with respect to UploadImage
      • toJson

        public String toJson()
        Convert an instance of UploadImage to an JSON string
        Returns:
        JSON string