public class PropertyInfo extends RecombeeBinding
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name
Name of the property
|
protected java.lang.String |
type
Type of the property
|
Constructor and Description |
---|
PropertyInfo() |
PropertyInfo(java.util.Map<java.lang.String,java.lang.Object> jsonObject) |
PropertyInfo(java.lang.String name,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName() |
java.lang.String |
getType() |
int |
hashCode() |
protected java.lang.String name
protected java.lang.String type