Class ProblemDetailInvalidParam

java.lang.Object
gen.org.tkit.onecx.permission.model.ProblemDetailInvalidParam

public class ProblemDetailInvalidParam extends Object
  • Constructor Details

    • ProblemDetailInvalidParam

      public ProblemDetailInvalidParam()
  • Method Details

    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
      Set name
    • name

      public ProblemDetailInvalidParam name(String name)
    • getMessage

      public String getMessage()
      Get message
      Returns:
      message
    • setMessage

      public void setMessage(String message)
      Set message
    • message

      public ProblemDetailInvalidParam message(String message)
    • toString

      public String toString()
      Create a string representation of this pojo.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Compares this object to the specified object. The result is true if and only if the argument is not null and is a ProblemDetailInvalidParam object that contains the same values as this object.
      Overrides:
      equals in class Object
      Parameters:
      obj - the object to compare with.
      Returns:
      true if the objects are the same; false otherwise.
    • hashCode

      public int hashCode()
      Returns a hash code for a ProblemDetailInvalidParam.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for a ProblemDetailInvalidParam.