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.Object
An object describing the app's owner
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_ACCOUNT_ID
static java.lang.String
JSON_PROPERTY_EMAIL_ADDRESS
-
Constructor Summary
Constructors Constructor Description ApiAppResponseOwnerAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiAppResponseOwnerAccount
accountId(java.lang.String accountId)
java.util.Map<java.lang.String,java.lang.Object>
createFormData()
ApiAppResponseOwnerAccount
emailAddress(java.lang.String emailAddress)
boolean
equals(java.lang.Object o)
Return true if this ApiAppResponseOwnerAccount object is equal to o.java.lang.String
getAccountId()
The owner account's IDjava.lang.String
getEmailAddress()
The owner account's email addressint
hashCode()
void
setAccountId(java.lang.String accountId)
void
setEmailAddress(java.lang.String emailAddress)
java.lang.String
toString()
-
-
-
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:
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
-
-