Package com.hellosign.openapi.model
Class ApiAppResponseOwnerAccount
- java.lang.Object
-
- com.hellosign.openapi.model.ApiAppResponseOwnerAccount
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApiAppResponseOwnerAccount extends java.lang.ObjectAn object describing the app's owner
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACCOUNT_IDstatic java.lang.StringJSON_PROPERTY_EMAIL_ADDRESS
-
Constructor Summary
Constructors Constructor Description ApiAppResponseOwnerAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiAppResponseOwnerAccountaccountId(java.lang.String accountId)java.util.Map<java.lang.String,java.lang.Object>createFormData()ApiAppResponseOwnerAccountemailAddress(java.lang.String emailAddress)booleanequals(java.lang.Object o)Return true if this ApiAppResponseOwnerAccount object is equal to o.java.lang.StringgetAccountId()The owner account's IDjava.lang.StringgetEmailAddress()The owner account's email addressinthashCode()voidsetAccountId(java.lang.String accountId)voidsetEmailAddress(java.lang.String emailAddress)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_ID
public static final java.lang.String JSON_PROPERTY_ACCOUNT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EMAIL_ADDRESS
public static final java.lang.String JSON_PROPERTY_EMAIL_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountId
public ApiAppResponseOwnerAccount accountId(java.lang.String accountId)
-
getAccountId
@Nullable public java.lang.String getAccountId()
The owner account's ID- Returns:
- accountId
-
setAccountId
public void setAccountId(java.lang.String accountId)
-
emailAddress
public ApiAppResponseOwnerAccount emailAddress(java.lang.String emailAddress)
-
getEmailAddress
@Nullable public java.lang.String getEmailAddress()
The owner account's email address- Returns:
- emailAddress
-
setEmailAddress
public void setEmailAddress(java.lang.String emailAddress)
-
equals
public boolean equals(java.lang.Object o)
Return true if this ApiAppResponseOwnerAccount object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-