Package io.sendon.model
Class CsvInfo
- java.lang.Object
-
- io.sendon.model.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCsvInfo.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BUCKETstatic StringSERIALIZED_NAME_KEY
-
Constructor Summary
Constructors Constructor Description CsvInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CsvInfobucket(String bucket)booleanequals(Object o)static CsvInfofromJson(String jsonString)Create an instance of CsvInfo given an JSON stringStringgetBucket()S3 Bucket NameStringgetKey()S3 Object KeyinthashCode()CsvInfokey(String key)voidsetBucket(String bucket)voidsetKey(String key)StringtoJson()Convert an instance of CsvInfo to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_BUCKET
public static final String SERIALIZED_NAME_BUCKET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
setBucket
public void setBucket(String bucket)
-
setKey
public void setKey(String key)
-
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 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
-
-