Class GetV1AccountsAccountIdOnfidoSdkTokens200Response
java.lang.Object
net.jacobpeterson.alpaca.openapi.broker.model.GetV1AccountsAccountIdOnfidoSdkTokens200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-23T18:58:47.485165-07:00[America/Los_Angeles]")
public class GetV1AccountsAccountIdOnfidoSdkTokens200Response
extends Object
GetV1AccountsAccountIdOnfidoSdkTokens200Response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Create an instance of GetV1AccountsAccountIdOnfidoSdkTokens200Response given an JSON stringgetToken()
Get tokenint
hashCode()
void
toJson()
Convert an instance of GetV1AccountsAccountIdOnfidoSdkTokens200Response to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement)
-
Field Details
-
SERIALIZED_NAME_TOKEN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
validate
public static boolean validate -
isValid
-
-
Constructor Details
-
GetV1AccountsAccountIdOnfidoSdkTokens200Response
public GetV1AccountsAccountIdOnfidoSdkTokens200Response()
-
-
Method Details
-
token
-
getToken
Get token- Returns:
- token
-
setToken
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
- Throws:
IOException
-
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
-