Class GetV1AccountsAccountIdOnfidoSdkTokens200Response
java.lang.Object
markets.alpaca.client.openapi.broker.model.GetV1AccountsAccountIdOnfidoSdkTokens200Response
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class GetV1AccountsAccountIdOnfidoSdkTokens200Response
extends Object
implements Serializable
GetV1AccountsAccountIdOnfidoSdkTokens200Response
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of GetV1AccountsAccountIdOnfidoSdkTokens200Response given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getToken()Get tokeninthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidtoJson()Convert an instance of GetV1AccountsAccountIdOnfidoSdkTokens200Response to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TOKEN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetV1AccountsAccountIdOnfidoSdkTokens200Response
public GetV1AccountsAccountIdOnfidoSdkTokens200Response()
-
-
Method Details
-
token
-
getToken
Get token- Returns:
- token
-
setToken
-
putAdditionalProperty
public GetV1AccountsAccountIdOnfidoSdkTokens200Response putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the GetV1AccountsAccountIdOnfidoSdkTokens200Response instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to GetV1AccountsAccountIdOnfidoSdkTokens200Response
-
fromJson
public static GetV1AccountsAccountIdOnfidoSdkTokens200Response fromJson(String jsonString) throws IOException Create an instance of GetV1AccountsAccountIdOnfidoSdkTokens200Response given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetV1AccountsAccountIdOnfidoSdkTokens200Response
- Throws:
IOException- if the JSON string is invalid with respect to GetV1AccountsAccountIdOnfidoSdkTokens200Response
-
toJson
Convert an instance of GetV1AccountsAccountIdOnfidoSdkTokens200Response to an JSON string- Returns:
- JSON string
-