Class ProblemDetailInvalidParam
java.lang.Object
gen.org.tkit.onecx.permission.model.ProblemDetailInvalidParam
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this object to the specified object.Get messagegetName()Get nameinthashCode()Returns a hash code for aProblemDetailInvalidParam.voidsetMessage(String message) Set messagevoidSet nametoString()Create a string representation of this pojo.
-
Constructor Details
-
ProblemDetailInvalidParam
public ProblemDetailInvalidParam()
-
-
Method Details
-
getName
Get name- Returns:
- name
-
setName
Set name -
name
-
getMessage
Get message- Returns:
- message
-
setMessage
Set message -
message
-
toString
Create a string representation of this pojo. -
equals
Compares this object to the specified object. The result istrueif and only if the argument is notnulland is aProblemDetailInvalidParamobject that contains the same values as this object. -
hashCode
public int hashCode()Returns a hash code for aProblemDetailInvalidParam.
-