Class ApiAppResponseOwnerAccount


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ApiAppResponseOwnerAccount
    extends java.lang.Object
    An object describing the app's owner
    • 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
    • Constructor Detail

      • ApiAppResponseOwnerAccount

        public ApiAppResponseOwnerAccount()
    • Method Detail

      • getAccountId

        @Nullable
        public java.lang.String getAccountId()
        The owner account's ID
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(java.lang.String accountId)
      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createFormData

        public java.util.Map<java.lang.String,​java.lang.Object> createFormData()
                                                                              throws ApiException
        Throws:
        ApiException