Modifier and Type | Field and Description |
---|---|
String |
auth |
List<VncClientInfo> |
clients |
boolean |
enabled |
NetworkAddressFamily |
family |
String |
host |
String |
service |
Constructor and Description |
---|
VncInfo() |
VncInfo(boolean enabled,
String host,
NetworkAddressFamily family,
String service,
String auth,
List<VncClientInfo> clients) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
VncInfo |
withAuth(String value) |
VncInfo |
withClients(List<VncClientInfo> value) |
VncInfo |
withEnabled(boolean value) |
VncInfo |
withFamily(NetworkAddressFamily value) |
VncInfo |
withHost(String value) |
VncInfo |
withService(String value) |
toString
@CheckForNull public String host
@CheckForNull public NetworkAddressFamily family
@CheckForNull public String service
@CheckForNull public String auth
@CheckForNull public List<VncClientInfo> clients
public VncInfo()
public VncInfo(boolean enabled, String host, NetworkAddressFamily family, String service, String auth, List<VncClientInfo> clients)
@Nonnull public VncInfo withEnabled(boolean value)
@Nonnull public VncInfo withFamily(NetworkAddressFamily value)
@Nonnull public VncInfo withService(String value)
@Nonnull public VncInfo withClients(List<VncClientInfo> value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException