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