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