Package com.docusign.esign.model
Class IdCheckSecurityStep
- java.lang.Object
-
- com.docusign.esign.model.IdCheckSecurityStep
-
public class IdCheckSecurityStep extends java.lang.ObjectIdCheckSecurityStep.
-
-
Constructor Summary
Constructors Constructor Description IdCheckSecurityStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdCheckSecurityStepauthType(java.lang.String authType)authType.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetAuthType().inthashCode()Returns the HashCode.voidsetAuthType(java.lang.String authType)setAuthType.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
authType
public IdCheckSecurityStep authType(java.lang.String authType)
authType.- Returns:
- IdCheckSecurityStep
-
getAuthType
public java.lang.String getAuthType()
.- Returns:
- authType
-
setAuthType
public void setAuthType(java.lang.String authType)
setAuthType.
-
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
-
-