Package model
Class RiskProfileRulesListEmbeddedRiskProfileRulesInner
java.lang.Object
model.RiskProfileRulesListEmbeddedRiskProfileRulesInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class RiskProfileRulesListEmbeddedRiskProfileRulesInner
extends Object
RiskProfileRulesListEmbeddedRiskProfileRulesInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) entityType(String entityType) booleanCreate an instance of RiskProfileRulesListEmbeddedRiskProfileRulesInner given an JSON stringGet actionGet amountgetCount()Get countTimestamp of when the object was created.Get enabledGet entityTypegetId()The ID of the resource.getLinks()Get linksgetRatio()Get ratioThe ID of the resource.getTags()Key value pair for annotating custom meta data (e.g.Get trailingGet trailingUnitgetType()Get typeTimestamp of when the object was last updated.inthashCode()putTagsItem(String key, String tagsItem) riskProfile(String riskProfile) voidvoidvoidvoidsetCreatedAt(OffsetDateTime createdAt) voidsetEnabled(Boolean enabled) voidsetEntityType(String entityType) voidvoidvoidvoidsetRiskProfile(String riskProfile) voidvoidsetTrailing(Long trailing) voidsetTrailingUnit(String trailingUnit) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) toJson()Convert an instance of RiskProfileRulesListEmbeddedRiskProfileRulesInner to an JSON stringtoString()trailingUnit(String trailingUnit) 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_TYPE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_ACTION
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_COUNT
- See Also:
-
SERIALIZED_NAME_ENABLED
- See Also:
-
SERIALIZED_NAME_ENTITY_TYPE
- See Also:
-
SERIALIZED_NAME_RATIO
- See Also:
-
SERIALIZED_NAME_RISK_PROFILE
- See Also:
-
SERIALIZED_NAME_TRAILING
- See Also:
-
SERIALIZED_NAME_TRAILING_UNIT
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RiskProfileRulesListEmbeddedRiskProfileRulesInner
public RiskProfileRulesListEmbeddedRiskProfileRulesInner()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
type
-
getType
Get type- Returns:
- type
-
setType
-
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
-
action
-
getAction
Get action- Returns:
- action
-
setAction
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
count
-
getCount
Get count- Returns:
- count
-
setCount
-
enabled
-
getEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
entityType
-
getEntityType
Get entityType- Returns:
- entityType
-
setEntityType
-
ratio
-
getRatio
Get ratio- Returns:
- ratio
-
setRatio
-
riskProfile
-
getRiskProfile
The ID of the resource.- Returns:
- riskProfile
-
setRiskProfile
-
trailing
-
getTrailing
Get trailing- Returns:
- trailing
-
setTrailing
-
trailingUnit
-
getTrailingUnit
Get trailingUnit- Returns:
- trailingUnit
-
setTrailingUnit
-
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 RiskProfileRulesListEmbeddedRiskProfileRulesInner
-
fromJson
public static RiskProfileRulesListEmbeddedRiskProfileRulesInner fromJson(String jsonString) throws IOException Create an instance of RiskProfileRulesListEmbeddedRiskProfileRulesInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RiskProfileRulesListEmbeddedRiskProfileRulesInner
- Throws:
IOException- if the JSON string is invalid with respect to RiskProfileRulesListEmbeddedRiskProfileRulesInner
-
toJson
Convert an instance of RiskProfileRulesListEmbeddedRiskProfileRulesInner to an JSON string- Returns:
- JSON string
-