Class TextTagOffset
java.lang.Object
com.boldsign.model.TextTagOffset
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TextTagOffset
extends Object
TextTagOffset
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TextTagOffsetCreate an instance of TextTagOffset given an JSON stringGet offsetXGet offsetYinthashCode()voidsetOffsetX(Double offsetX) voidsetOffsetY(Double offsetY) toJson()Convert an instance of TextTagOffset 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_OFFSET_X
- See Also:
-
SERIALIZED_NAME_OFFSET_Y
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TextTagOffset
public TextTagOffset()
-
-
Method Details
-
offsetX
-
getOffsetX
-
setOffsetX
-
offsetY
-
getOffsetY
-
setOffsetY
-
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 TextTagOffset
-
fromJson
Create an instance of TextTagOffset given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TextTagOffset
- Throws:
IOException- if the JSON string is invalid with respect to TextTagOffset
-
toJson
-