Class CommandTO
- java.lang.Object
-
- org.apache.syncope.common.lib.command.CommandTO
-
- All Implemented Interfaces:
Serializable
,BaseBean
- Direct Known Subclasses:
CommandOutput
public class CommandTO extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommandTO.Builder
-
Constructor Summary
Constructors Constructor Description CommandTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandArgs
getArgs()
String
getKey()
void
setArgs(CommandArgs args)
void
setKey(String key)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
@PathParam("key") public void setKey(String key)
-
getArgs
public CommandArgs getArgs()
-
setArgs
public void setArgs(CommandArgs args)
-
-