@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class PropertyInfo extends Object
Constructor and Description |
---|
PropertyInfo() |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
A longer description of the property and the allowable values that it can take.
|
String |
getLabel()
A short label for the property.
|
String |
getPropName()
The property name of the property on the JSON object that can be edited.
|
String |
getPropType()
A type hint to a UI editor for this property.
|
String |
getType()
PropertyInfo
|
int |
hashCode() |
PropertyInfo |
label(String label) |
PropertyInfo |
propName(String propName) |
PropertyInfo |
propType(String propType) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setPropName(String propName) |
void |
setPropType(String propType) |
String |
toString() |
public PropertyInfo propName(String propName)
public String getPropName()
public void setPropName(String propName)
public PropertyInfo label(String label)
public String getLabel()
public void setLabel(String label)
public PropertyInfo description(String description)
public String getDescription()
public void setDescription(String description)
public PropertyInfo propType(String propType)
public String getPropType()
public void setPropType(String propType)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.