Class ImageInfo
java.lang.Object
com.boldsign.model.ImageInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ImageInfo
extends Object
ImageInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedFileExtensions(String allowedFileExtensions) description(String description) booleanstatic ImageInfoCreate an instance of ImageInfo given an JSON stringGet allowedFileExtensionsGet descriptiongetTitle()Get titleinthashCode()voidsetAllowedFileExtensions(String allowedFileExtensions) voidsetDescription(String description) voidtoJson()Convert an instance of ImageInfo to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TITLE
- See Also:
-
SERIALIZED_NAME_ALLOWED_FILE_EXTENSIONS
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ImageInfo
public ImageInfo()
-
-
Method Details
-
title
-
getTitle
-
setTitle
-
allowedFileExtensions
-
getAllowedFileExtensions
-
setAllowedFileExtensions
-
description
-
getDescription
-
setDescription
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
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 ImageInfo
-
fromJson
Create an instance of ImageInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ImageInfo
- Throws:
IOException- if the JSON string is invalid with respect to ImageInfo
-
toJson
-