Class CsvInfo


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

      • CsvInfo

        public CsvInfo()
    • Method Detail

      • getBucket

        @Nonnull
        public String getBucket()
        S3 Bucket Name
        Returns:
        bucket
      • setBucket

        public void setBucket​(String bucket)
      • setKey

        public void setKey​(String key)
      • 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 CsvInfo
      • fromJson

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

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