Package model
Class UpdateApplicationProfileRequest
- java.lang.Object
-
- model.UpdateApplicationProfileRequest
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UpdateApplicationProfileRequest extends Object
UpdateApplicationProfileRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateApplicationProfileRequest.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FEE_PROFILEstatic StringSERIALIZED_NAME_RISK_PROFILEstatic StringSERIALIZED_NAME_TAGS
-
Constructor Summary
Constructors Constructor Description UpdateApplicationProfileRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UpdateApplicationProfileRequestfeeProfile(String feeProfile)static UpdateApplicationProfileRequestfromJson(String jsonString)Create an instance of UpdateApplicationProfileRequest given an JSON stringStringgetFeeProfile()The ID of the resource.StringgetRiskProfile()The ID of the resource.Map<String,String>getTags()Key value pair for annotating custom meta data (e.g.inthashCode()UpdateApplicationProfileRequestputTagsItem(String key, String tagsItem)UpdateApplicationProfileRequestriskProfile(String riskProfile)voidsetFeeProfile(String feeProfile)voidsetRiskProfile(String riskProfile)voidsetTags(Map<String,String> tags)UpdateApplicationProfileRequesttags(Map<String,String> tags)StringtoJson()Convert an instance of UpdateApplicationProfileRequest to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
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
-
-
Method Detail
-
feeProfile
public UpdateApplicationProfileRequest feeProfile(String feeProfile)
-
setFeeProfile
public void setFeeProfile(String feeProfile)
-
riskProfile
public UpdateApplicationProfileRequest riskProfile(String riskProfile)
-
getRiskProfile
@Nullable public String getRiskProfile()
The ID of the resource.- Returns:
- riskProfile
-
setRiskProfile
public void setRiskProfile(String riskProfile)
-
tags
public UpdateApplicationProfileRequest tags(Map<String,String> tags)
-
putTagsItem
public UpdateApplicationProfileRequest 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
-
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 UpdateApplicationProfileRequest
-
fromJson
public static UpdateApplicationProfileRequest fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of UpdateApplicationProfileRequest to an JSON string- Returns:
- JSON string
-
-