public class DevicePropertyInfo extends QApiType
QApiTypeDescriptor{name=DevicePropertyInfo, data={name=str, type=str, *description=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
name |
String |
type |
Constructor and Description |
---|
DevicePropertyInfo() |
DevicePropertyInfo(String name,
String type,
String description) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
DevicePropertyInfo |
withDescription(String value) |
DevicePropertyInfo |
withName(String value) |
DevicePropertyInfo |
withType(String value) |
toString
@CheckForNull public String description
public DevicePropertyInfo()
public DevicePropertyInfo(String name, String type, String description)
@Nonnull public DevicePropertyInfo withName(String value)
@Nonnull public DevicePropertyInfo withType(String value)
@Nonnull public DevicePropertyInfo withDescription(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException