Class Size
java.lang.Object
com.boldsign.model.Size
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Size
extends Object
Size
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SizeCreate an instance of Size given an JSON stringGet height minimum: 0getWidth()Get width minimum: 0inthashCode()voidvoidtoJson()Convert an instance of Size 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_WIDTH
- See Also:
-
SERIALIZED_NAME_HEIGHT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Size
public Size()
-
-
Method Details
-
width
-
getWidth
-
setWidth
-
height
-
getHeight
-
setHeight
-
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 Size
-
fromJson
Create an instance of Size given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Size
- Throws:
IOException- if the JSON string is invalid with respect to Size
-
toJson
-