Class ProblemDetailResponse
java.lang.Object
gen.org.tkit.onecx.permission.model.ProblemDetailResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInvalidParamsItem(ProblemDetailInvalidParam invalidParamsItem) addParamsItem(ProblemDetailParam paramsItem) booleanCompares this object to the specified object.Get detailGet errorCodeGet invalidParamsGet paramsinthashCode()Returns a hash code for aProblemDetailResponse.invalidParams(List<ProblemDetailInvalidParam> invalidParams) params(List<ProblemDetailParam> params) voidSet detailvoidsetErrorCode(String errorCode) Set errorCodevoidsetInvalidParams(List<ProblemDetailInvalidParam> invalidParams) Set invalidParamsvoidsetParams(List<ProblemDetailParam> params) Set paramstoString()Create a string representation of this pojo.
-
Constructor Details
-
ProblemDetailResponse
public ProblemDetailResponse()
-
-
Method Details
-
getErrorCode
Get errorCode- Returns:
- errorCode
-
setErrorCode
Set errorCode -
errorCode
-
getDetail
Get detail- Returns:
- detail
-
setDetail
Set detail -
detail
-
getParams
Get params- Returns:
- params
-
setParams
Set params -
params
-
addParamsItem
-
getInvalidParams
Get invalidParams- Returns:
- invalidParams
-
setInvalidParams
Set invalidParams -
invalidParams
-
addInvalidParamsItem
-
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 aProblemDetailResponseobject that contains the same values as this object. -
hashCode
public int hashCode()Returns a hash code for aProblemDetailResponse.
-