Class ExecQuery
- java.lang.Object
-
- org.apache.syncope.common.rest.api.beans.AbstractQuery
-
- org.apache.syncope.common.rest.api.beans.AbstractTimeframeQuery
-
- org.apache.syncope.common.rest.api.beans.ExecQuery
-
- All Implemented Interfaces:
Serializable
public class ExecQuery extends AbstractTimeframeQuery
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecQuery.Builder
-
Constructor Summary
Constructors Constructor Description ExecQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getKey()
int
hashCode()
void
setKey(String key)
-
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractTimeframeQuery
getAfter, getBefore, setAfter, setBefore
-
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
getOrderBy, getPage, getSize, setOrderBy, setPage, setSize
-
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
@NotNull @PathParam("key") public void setKey(String key)
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classAbstractTimeframeQuery
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractTimeframeQuery
-
-