Class Date
java.lang.Object
com.boldsign.model.Date
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Date
extends Object
Date
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DateCreate an instance of Date given an JSON stringgetDay()Get daygetMonth()Get monthgetYear()Get yearinthashCode()voidvoidvoidtoJson()Convert an instance of Date 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_DAY
- See Also:
-
SERIALIZED_NAME_MONTH
- See Also:
-
SERIALIZED_NAME_YEAR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Date
public Date()
-
-
Method Details
-
day
-
getDay
-
setDay
-
month
-
getMonth
-
setMonth
-
year
-
getYear
-
setYear
-
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 Date
-
fromJson
Create an instance of Date given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Date
- Throws:
IOException- if the JSON string is invalid with respect to Date
-
toJson
-