Class SignerAuthenticationSettings
java.lang.Object
com.boldsign.model.SignerAuthenticationSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class SignerAuthenticationSettings
extends Object
SignerAuthenticationSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationFrequency(String authenticationFrequency) booleanstatic SignerAuthenticationSettingsCreate an instance of SignerAuthenticationSettings given an JSON stringGet authenticationFrequencyGet statusinthashCode()voidsetAuthenticationFrequency(String authenticationFrequency) voidtoJson()Convert an instance of SignerAuthenticationSettings 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_AUTHENTICATION_FREQUENCY
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SignerAuthenticationSettings
public SignerAuthenticationSettings()
-
-
Method Details
-
authenticationFrequency
-
getAuthenticationFrequency
-
setAuthenticationFrequency
-
status
-
getStatus
-
setStatus
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
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 SignerAuthenticationSettings
-
fromJson
Create an instance of SignerAuthenticationSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SignerAuthenticationSettings
- Throws:
IOException- if the JSON string is invalid with respect to SignerAuthenticationSettings
-
toJson
Convert an instance of SignerAuthenticationSettings to an JSON string- Returns:
- JSON string
-