Package com.hellosign.openapi.model
Class AccountVerifyResponse
- java.lang.Object
-
- com.hellosign.openapi.model.AccountVerifyResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class AccountVerifyResponse extends java.lang.Object
AccountVerifyResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_ACCOUNT
static java.lang.String
JSON_PROPERTY_WARNINGS
-
Constructor Summary
Constructors Constructor Description AccountVerifyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountVerifyResponse
account(AccountVerifyResponseAccount account)
AccountVerifyResponse
addWarningsItem(WarningResponse warningsItem)
java.util.Map<java.lang.String,java.lang.Object>
createFormData()
boolean
equals(java.lang.Object o)
Return true if this AccountVerifyResponse object is equal to o.AccountVerifyResponseAccount
getAccount()
Get accountjava.util.List<WarningResponse>
getWarnings()
A list of warnings.int
hashCode()
void
setAccount(AccountVerifyResponseAccount account)
void
setWarnings(java.util.List<WarningResponse> warnings)
java.lang.String
toString()
AccountVerifyResponse
warnings(java.util.List<WarningResponse> warnings)
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT
public static final java.lang.String JSON_PROPERTY_ACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WARNINGS
public static final java.lang.String JSON_PROPERTY_WARNINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
account
public AccountVerifyResponse account(AccountVerifyResponseAccount account)
-
getAccount
@Nullable public AccountVerifyResponseAccount getAccount()
Get account- Returns:
- account
-
setAccount
public void setAccount(AccountVerifyResponseAccount account)
-
warnings
public AccountVerifyResponse warnings(java.util.List<WarningResponse> warnings)
-
addWarningsItem
public AccountVerifyResponse addWarningsItem(WarningResponse warningsItem)
-
getWarnings
@Nullable public java.util.List<WarningResponse> getWarnings()
A list of warnings.- Returns:
- warnings
-
setWarnings
public void setWarnings(java.util.List<WarningResponse> warnings)
-
equals
public boolean equals(java.lang.Object o)
Return true if this AccountVerifyResponse object is equal to o.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Throws:
ApiException
-
-