Class VerifyMfaCodeRequest
java.lang.Object
de.xima.fc.api.rest.pub.client.security.model.VerifyMfaCodeRequest
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class VerifyMfaCodeRequest
extends Object
implements Serializable
VerifyMfaCodeRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new model with the given enum and no other data.booleangetCode()Get codegetSave()Get savegetToken()Get tokeninthashCode()Creates a new model with the given enum and no other data.voidvoidvoidCreates a new model with the given enum and no other data.toString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_SAVE
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
-
Constructor Details
-
VerifyMfaCodeRequest
public VerifyMfaCodeRequest()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
code
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getCode
-
setCode
-
save
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getSave
-
setSave
-
token
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getToken
-
setToken
-
equals
-
hashCode
-
toString
-