Class StatusR
-
- All Implemented Interfaces:
Serializable,BaseBean
public class StatusR extends PasswordPatch
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatusR.Builder
-
Constructor Summary
Constructors Constructor Description StatusR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKey()StringgetToken()StatusRTypegetType()inthashCode()voidsetKey(String key)voidsetToken(String token)voidsetType(StatusRType type)-
Methods inherited from class org.apache.syncope.common.lib.request.PasswordPatch
getResources, isOnSyncope, setOnSyncope
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractReplacePatchItem
setOperation
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchItem
getValue, setValue
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch
getOperation
-
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
@PathParam("key") public void setKey(String key)
-
getType
public StatusRType getType()
-
setType
public void setType(StatusRType type)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPasswordPatch
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classPasswordPatch
-
-