Package model
Class ApplicationProfile
java.lang.Object
model.ApplicationProfile
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ApplicationProfile
extends Object
ApplicationProfile
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(String application) createdAt(OffsetDateTime createdAt) booleanfeeProfile(String feeProfile) static ApplicationProfileCreate an instance of ApplicationProfile given an JSON stringThe ID of the `Application` resource.Timestamp of when the object was created.The ID of the `Fee Profile` associated with the `Application`.getId()ID of the `application_profile` resource.getLinks()Get linksThe ID of the `risk_profile` that was created during provisioning.getTags()Key value pair for annotating custom meta data (e.g.Timestamp of when the object was last updated.inthashCode()links(ApplicationProfileLinks links) putTagsItem(String key, String tagsItem) riskProfile(String riskProfile) voidsetApplication(String application) voidsetCreatedAt(OffsetDateTime createdAt) voidsetFeeProfile(String feeProfile) voidvoidsetLinks(ApplicationProfileLinks links) voidsetRiskProfile(String riskProfile) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) toJson()Convert an instance of ApplicationProfile to an JSON stringtoString()updatedAt(OffsetDateTime updatedAt) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TAGS
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_APPLICATION
- See Also:
-
SERIALIZED_NAME_FEE_PROFILE
- See Also:
-
SERIALIZED_NAME_RISK_PROFILE
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ApplicationProfile
public ApplicationProfile()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
id
-
getId
ID of the `application_profile` resource.- Returns:
- id
-
setId
-
createdAt
-
getCreatedAt
Timestamp of when the object was created.- Returns:
- createdAt
-
setCreatedAt
-
updatedAt
-
getUpdatedAt
Timestamp of when the object was last updated.- Returns:
- updatedAt
-
setUpdatedAt
-
application
-
getApplication
The ID of the `Application` resource.- Returns:
- application
-
setApplication
-
feeProfile
-
getFeeProfile
The ID of the `Fee Profile` associated with the `Application`.- Returns:
- feeProfile
-
setFeeProfile
-
riskProfile
-
getRiskProfile
The ID of the `risk_profile` that was created during provisioning.- Returns:
- riskProfile
-
setRiskProfile
-
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 ApplicationProfile
-
fromJson
Create an instance of ApplicationProfile given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ApplicationProfile
- Throws:
IOException- if the JSON string is invalid with respect to ApplicationProfile
-
toJson
Convert an instance of ApplicationProfile to an JSON string- Returns:
- JSON string
-