public class GetPlatformUserInfoCmd<T> extends Object implements Command<Optional<T>>, Serializable
protected Class<T>
infoClass
protected String
name
userId
GetPlatformUserInfoCmd(String userId, String name, Class<T> infoClass)
Optional<T>
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String userId
protected String name
protected Class<T> infoClass
public GetPlatformUserInfoCmd(String userId, String name, Class<T> infoClass)
public Optional<T> execute(CommandContext commandContext)
execute
Command<Optional<T>>