Package model
Class UpdateApplicationProfileRequest
java.lang.Object
model.UpdateApplicationProfileRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class UpdateApplicationProfileRequest
extends Object
UpdateApplicationProfileRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfeeProfile(String feeProfile) Create an instance of UpdateApplicationProfileRequest given an JSON stringThe ID of the resource.The ID of the resource.getTags()Key value pair for annotating custom meta data (e.g.inthashCode()putTagsItem(String key, String tagsItem) riskProfile(String riskProfile) voidsetFeeProfile(String feeProfile) voidsetRiskProfile(String riskProfile) voidtoJson()Convert an instance of UpdateApplicationProfileRequest 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_TAGS
- See Also:
-
SERIALIZED_NAME_FEE_PROFILE
- See Also:
-
SERIALIZED_NAME_RISK_PROFILE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpdateApplicationProfileRequest
public UpdateApplicationProfileRequest()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
feeProfile
-
getFeeProfile
The ID of the resource.- Returns:
- feeProfile
-
setFeeProfile
-
riskProfile
-
getRiskProfile
The ID of the resource.- Returns:
- riskProfile
-
setRiskProfile
-
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 UpdateApplicationProfileRequest
-
fromJson
Create an instance of UpdateApplicationProfileRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpdateApplicationProfileRequest
- Throws:
IOException- if the JSON string is invalid with respect to UpdateApplicationProfileRequest
-
toJson
Convert an instance of UpdateApplicationProfileRequest to an JSON string- Returns:
- JSON string
-