public static class ClientMigrateInfoCommand.Arguments extends Object
String
certSubject
hostname
Long
port
protocol
tlsPort
Arguments()
Arguments(String protocol, String hostname, Long port, Long tlsPort, String certSubject)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Nonnull public String protocol
@Nonnull public String hostname
@CheckForNull public Long port
@CheckForNull public Long tlsPort
@CheckForNull public String certSubject
public Arguments()
public Arguments(String protocol, String hostname, Long port, Long tlsPort, String certSubject)