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, withWebsockettoString@CheckForNull public String auth
public VncServerInfo()
public VncServerInfo(String auth)
@Nonnull public VncServerInfo withAuth(String value)
public List<String> getFieldNames()
getFieldNames in class VncBasicInfopublic Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName in class VncBasicInfoNoSuchFieldException