Class ProblemDetailParam

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

public class ProblemDetailParam extends Object
  • Constructor Details

    • ProblemDetailParam

      public ProblemDetailParam()
  • Method Details

    • getKey

      public String getKey()
      Get key
      Returns:
      key
    • setKey

      public void setKey(String key)
      Set key
    • key

      public ProblemDetailParam key(String key)
    • getValue

      public String getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(String value)
      Set value
    • value

      public ProblemDetailParam value(String value)
    • 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 ProblemDetailParam 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 ProblemDetailParam.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for a ProblemDetailParam.