Package model
Class ApplicationProfileLinks
- java.lang.Object
-
- model.ApplicationProfileLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationProfileLinks extends Object
For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationProfileLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_FEE_PROFILEstatic StringSERIALIZED_NAME_RISK_PROFILEstatic StringSERIALIZED_NAME_SELF
-
Constructor Summary
Constructors Constructor Description ApplicationProfileLinks()
-
Method Summary
-
-
-
Field Detail
-
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_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
-
Method Detail
-
application
public ApplicationProfileLinks application(ApplicationProfileLinksApplication application)
-
getApplication
@Nullable public ApplicationProfileLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(ApplicationProfileLinksApplication application)
-
feeProfile
public ApplicationProfileLinks feeProfile(ApplicationLinksApplicationProfile feeProfile)
-
getFeeProfile
@Nullable public ApplicationLinksApplicationProfile getFeeProfile()
Get feeProfile- Returns:
- feeProfile
-
setFeeProfile
public void setFeeProfile(ApplicationLinksApplicationProfile feeProfile)
-
riskProfile
public ApplicationProfileLinks riskProfile(ApplicationLinksApplicationProfile riskProfile)
-
getRiskProfile
@Nullable public ApplicationLinksApplicationProfile getRiskProfile()
Get riskProfile- Returns:
- riskProfile
-
setRiskProfile
public void setRiskProfile(ApplicationLinksApplicationProfile riskProfile)
-
self
public ApplicationProfileLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
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 ApplicationProfileLinks
-
fromJson
public static ApplicationProfileLinks fromJson(String jsonString) throws IOException
Create an instance of ApplicationProfileLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ApplicationProfileLinks
- Throws:
IOException- if the JSON string is invalid with respect to ApplicationProfileLinks
-
toJson
public String toJson()
Convert an instance of ApplicationProfileLinks to an JSON string- Returns:
- JSON string
-
-