Class UserError

java.lang.Object
com.symphony.bdk.gen.api.model.UserError

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class UserError extends Object
User error information
  • Field Details

  • Constructor Details

    • UserError

      public UserError()
  • Method Details

    • error

      public UserError error(String error)
    • getError

      @Nullable public String getError()
      Error code informing what is wrong
      Returns:
      error
    • setError

      public void setError(String error)
    • email

      public UserError email(String email)
    • getEmail

      @Nullable public String getEmail()
      Email with error. Only one of the following fields should be present: email or id
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • id

      public UserError id(String id)
    • getId

      @Nullable public String getId()
      Id with error. Only one of the following fields should be present: email or id
      Returns:
      id
    • setId

      public void setId(String id)
    • equals

      public boolean equals(Object o)
      Return true if this UserError object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object