Package model
Class Identity
java.lang.Object
model.Identity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Identity
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalUnderwritingData(IdentityAdditionalUnderwritingData additionalUnderwritingData) application(String application) entity(IdentityEntity entity) booleanstatic IdentityCreate an instance of Identity given an JSON stringGet additionalUnderwritingDataID of the `Application` associated with the `Identity`.Timestamp of when the `Identity` was createdGet entitygetId()The ID of the `Identity` resource.getLinks()Get linksgetTags()Key value pair for annotating custom meta data (e.g.Timestamp of when the `Identity` was last updated.inthashCode()links(IdentityLinks links) putTagsItem(String key, String tagsItem) voidsetAdditionalUnderwritingData(IdentityAdditionalUnderwritingData additionalUnderwritingData) voidsetApplication(String application) voidsetCreatedAt(String createdAt) voidsetEntity(IdentityEntity entity) voidvoidsetLinks(IdentityLinks links) voidvoidsetUpdatedAt(String updatedAt) toJson()Convert an instance of Identity to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_APPLICATION
- See Also:
-
SERIALIZED_NAME_ENTITY
- See Also:
-
SERIALIZED_NAME_TAGS
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_ADDITIONAL_UNDERWRITING_DATA
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
id
-
getId
The ID of the `Identity` resource.- Returns:
- id
-
setId
-
application
-
getApplication
ID of the `Application` associated with the `Identity`.- Returns:
- application
-
setApplication
-
entity
-
getEntity
Get entity- Returns:
- entity
-
setEntity
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
createdAt
-
getCreatedAt
Timestamp of when the `Identity` was created- Returns:
- createdAt
-
setCreatedAt
-
updatedAt
-
getUpdatedAt
Timestamp of when the `Identity` was last updated.- Returns:
- updatedAt
-
setUpdatedAt
-
additionalUnderwritingData
public Identity additionalUnderwritingData(IdentityAdditionalUnderwritingData additionalUnderwritingData) -
getAdditionalUnderwritingData
Get additionalUnderwritingData- Returns:
- additionalUnderwritingData
-
setAdditionalUnderwritingData
public void setAdditionalUnderwritingData(IdentityAdditionalUnderwritingData additionalUnderwritingData) -
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to Identity
-
fromJson
Create an instance of Identity given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Identity
- Throws:
IOException- if the JSON string is invalid with respect to Identity
-
toJson
Convert an instance of Identity to an JSON string- Returns:
- JSON string
-