Class VerificationKeyBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.VerificationKeyBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-10-25T13:39:51.191074Z[Etc/UTC]") public class VerificationKeyBankModel extends Object
VerificationKeyBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerificationKeyBankModel.AlgorithmEnumThe verification key's algorithm.static classVerificationKeyBankModel.FailureCodeEnumThe verification key's failure code (if any).static classVerificationKeyBankModel.StateEnumThe verification key's state.static classVerificationKeyBankModel.TypeEnumThe verification key's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ALGORITHMstatic StringJSON_PROPERTY_BANK_GUIDstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_FAILURE_CODEstatic StringJSON_PROPERTY_FINGERPRINTstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description VerificationKeyBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BANK_GUID
public static final String JSON_PROPERTY_BANK_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILURE_CODE
public static final String JSON_PROPERTY_FAILURE_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALGORITHM
public static final String JSON_PROPERTY_ALGORITHM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_FINGERPRINT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public VerificationKeyBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the verification key.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
bankGuid
public VerificationKeyBankModel bankGuid(String bankGuid)
-
setBankGuid
public void setBankGuid(String bankGuid)
-
type
public VerificationKeyBankModel type(VerificationKeyBankModel.TypeEnum type)
-
getType
@Nullable public VerificationKeyBankModel.TypeEnum getType()
The verification key's type.- Returns:
- type
-
setType
public void setType(VerificationKeyBankModel.TypeEnum type)
-
state
public VerificationKeyBankModel state(VerificationKeyBankModel.StateEnum state)
-
getState
@Nullable public VerificationKeyBankModel.StateEnum getState()
The verification key's state.- Returns:
- state
-
setState
public void setState(VerificationKeyBankModel.StateEnum state)
-
failureCode
public VerificationKeyBankModel failureCode(VerificationKeyBankModel.FailureCodeEnum failureCode)
-
getFailureCode
@Nullable public VerificationKeyBankModel.FailureCodeEnum getFailureCode()
The verification key's failure code (if any).- Returns:
- failureCode
-
setFailureCode
public void setFailureCode(VerificationKeyBankModel.FailureCodeEnum failureCode)
-
algorithm
public VerificationKeyBankModel algorithm(VerificationKeyBankModel.AlgorithmEnum algorithm)
-
getAlgorithm
@Nullable public VerificationKeyBankModel.AlgorithmEnum getAlgorithm()
The verification key's algorithm.- Returns:
- algorithm
-
setAlgorithm
public void setAlgorithm(VerificationKeyBankModel.AlgorithmEnum algorithm)
-
fingerprint
public VerificationKeyBankModel fingerprint(String fingerprint)
-
getFingerprint
@Nullable public String getFingerprint()
The verification key's cryptographic fingerprint.- Returns:
- fingerprint
-
setFingerprint
public void setFingerprint(String fingerprint)
-
createdAt
public VerificationKeyBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the verification key was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
-