Package model
Class ApplicationProfile
- java.lang.Object
-
- model.ApplicationProfile
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationProfile extends Object
ApplicationProfile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationProfile.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_FEE_PROFILEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_RISK_PROFILEstatic StringSERIALIZED_NAME_TAGSstatic StringSERIALIZED_NAME_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description ApplicationProfile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationProfileapplication(String application)ApplicationProfilecreatedAt(OffsetDateTime createdAt)booleanequals(Object o)ApplicationProfilefeeProfile(String feeProfile)static ApplicationProfilefromJson(String jsonString)Create an instance of ApplicationProfile given an JSON stringStringgetApplication()The ID of the `Application` resource.OffsetDateTimegetCreatedAt()Timestamp of when the object was created.StringgetFeeProfile()The ID of the `Fee Profile` associated with the `Application`.StringgetId()ID of the `application_profile` resource.ApplicationProfileLinksgetLinks()Get linksStringgetRiskProfile()The ID of the `risk_profile` that was created during provisioning.Map<String,String>getTags()Key value pair for annotating custom meta data (e.g.OffsetDateTimegetUpdatedAt()Timestamp of when the object was last updated.inthashCode()ApplicationProfileid(String id)ApplicationProfilelinks(ApplicationProfileLinks links)ApplicationProfileputTagsItem(String key, String tagsItem)ApplicationProfileriskProfile(String riskProfile)voidsetApplication(String application)voidsetCreatedAt(OffsetDateTime createdAt)voidsetFeeProfile(String feeProfile)voidsetId(String id)voidsetLinks(ApplicationProfileLinks links)voidsetRiskProfile(String riskProfile)voidsetTags(Map<String,String> tags)voidsetUpdatedAt(OffsetDateTime updatedAt)ApplicationProfiletags(Map<String,String> tags)StringtoJson()Convert an instance of ApplicationProfile to an JSON stringStringtoString()ApplicationProfileupdatedAt(OffsetDateTime updatedAt)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FEE_PROFILE
public static final String SERIALIZED_NAME_FEE_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RISK_PROFILE
public static final String SERIALIZED_NAME_RISK_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAGS
public static final String SERIALIZED_NAME_TAGS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ApplicationProfile id(String id)
-
setId
public void setId(String id)
-
createdAt
public ApplicationProfile createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
Timestamp of when the object was created.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public ApplicationProfile updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
Timestamp of when the object was last updated.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
application
public ApplicationProfile application(String application)
-
getApplication
@Nullable public String getApplication()
The ID of the `Application` resource.- Returns:
- application
-
setApplication
public void setApplication(String application)
-
feeProfile
public ApplicationProfile feeProfile(String feeProfile)
-
getFeeProfile
@Nullable public String getFeeProfile()
The ID of the `Fee Profile` associated with the `Application`.- Returns:
- feeProfile
-
setFeeProfile
public void setFeeProfile(String feeProfile)
-
riskProfile
public ApplicationProfile riskProfile(String riskProfile)
-
getRiskProfile
@Nullable public String getRiskProfile()
The ID of the `risk_profile` that was created during provisioning.- Returns:
- riskProfile
-
setRiskProfile
public void setRiskProfile(String riskProfile)
-
tags
public ApplicationProfile tags(Map<String,String> tags)
-
putTagsItem
public ApplicationProfile putTagsItem(String key, String tagsItem)
-
getTags
@Nullable public Map<String,String> getTags()
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
links
public ApplicationProfile links(ApplicationProfileLinks links)
-
getLinks
@Nullable public ApplicationProfileLinks getLinks()
Get links- Returns:
- links
-
setLinks
public void setLinks(ApplicationProfileLinks links)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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
public static ApplicationProfile fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of ApplicationProfile to an JSON string- Returns:
- JSON string
-
-