Package model
Class RiskProfile
java.lang.Object
model.RiskProfile
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class RiskProfile
extends Object
RiskProfile
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(String application) avsFailureAllowed(Boolean avsFailureAllowed) createdAt(OffsetDateTime createdAt) cscFailureAllowed(Boolean cscFailureAllowed) booleanstatic RiskProfileCreate an instance of RiskProfile given an JSON stringThe ID of the resource.Get avsFailureAllowedTimestamp of when the object was created.Get cscFailureAllowedgetId()The ID of the resource.getLinks()Get linksgetTags()Key value pair for annotating custom meta data (e.g.Timestamp of when the object was last updated.inthashCode()links(RiskProfileLinks links) putTagsItem(String key, String tagsItem) voidsetApplication(String application) voidsetAvsFailureAllowed(Boolean avsFailureAllowed) voidsetCreatedAt(OffsetDateTime createdAt) voidsetCscFailureAllowed(Boolean cscFailureAllowed) voidvoidsetLinks(RiskProfileLinks links) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) toJson()Convert an instance of RiskProfile 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_AVS_FAILURE_ALLOWED
- See Also:
-
SERIALIZED_NAME_CSC_FAILURE_ALLOWED
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RiskProfile
public RiskProfile()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
id
-
getId
The ID of the 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 resource.- Returns:
- application
-
setApplication
-
avsFailureAllowed
-
getAvsFailureAllowed
Get avsFailureAllowed- Returns:
- avsFailureAllowed
-
setAvsFailureAllowed
-
cscFailureAllowed
-
getCscFailureAllowed
Get cscFailureAllowed- Returns:
- cscFailureAllowed
-
setCscFailureAllowed
-
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 RiskProfile
-
fromJson
Create an instance of RiskProfile given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RiskProfile
- Throws:
IOException- if the JSON string is invalid with respect to RiskProfile
-
toJson
Convert an instance of RiskProfile to an JSON string- Returns:
- JSON string
-