public class VncServerInfo extends VncBasicInfo
QApiTypeDescriptor{name=VncServerInfo, data={*auth=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
auth |
family, host, service, websocket
Constructor and Description |
---|
VncServerInfo() |
VncServerInfo(String auth) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
VncServerInfo |
withAuth(String value) |
withFamily, withHost, withService, withWebsocket
toString
@CheckForNull public String auth
public VncServerInfo()
public VncServerInfo(String auth)
@Nonnull public VncServerInfo withAuth(String value)
public List<String> getFieldNames()
getFieldNames
in class VncBasicInfo
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class VncBasicInfo
NoSuchFieldException