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 class
StatusR.Builder
-
Constructor Summary
Constructors Constructor Description StatusR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getKey()
String
getToken()
StatusRType
getType()
int
hashCode()
void
setKey(String key)
void
setToken(String token)
void
setType(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:
hashCode
in classPasswordPatch
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classPasswordPatch
-
-