Package com.docusign.esign.model
Class AccountIdentityVerificationStep
- java.lang.Object
-
- com.docusign.esign.model.AccountIdentityVerificationStep
-
public class AccountIdentityVerificationStep extends java.lang.ObjectAccountIdentityVerificationStep.
-
-
Constructor Summary
Constructors Constructor Description AccountIdentityVerificationStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetName().java.lang.StringgetType().inthashCode()Returns the HashCode.AccountIdentityVerificationStepname(java.lang.String name)name.voidsetName(java.lang.String name)setName.voidsetType(java.lang.String type)setType.java.lang.StringtoString()Converts the given object to string.AccountIdentityVerificationSteptype(java.lang.String type)type.
-
-
-
Method Detail
-
name
public AccountIdentityVerificationStep name(java.lang.String name)
name.- Returns:
- AccountIdentityVerificationStep
-
getName
public java.lang.String getName()
.- Returns:
- name
-
setName
public void setName(java.lang.String name)
setName.
-
type
public AccountIdentityVerificationStep type(java.lang.String type)
type.- Returns:
- AccountIdentityVerificationStep
-
getType
public java.lang.String getType()
.- Returns:
- type
-
setType
public void setType(java.lang.String type)
setType.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-