public class TypeDogmaAttribute extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
TypeDogmaAttribute() |
| Modifier and Type | Method and Description |
|---|---|
TypeDogmaAttribute |
attributeId(Integer attributeId) |
boolean |
equals(Object o) |
Integer |
getAttributeId()
attribute_id integer
|
Float |
getValue()
value number
|
int |
hashCode() |
void |
setAttributeId(Integer attributeId) |
void |
setValue(Float value) |
String |
toString() |
TypeDogmaAttribute |
value(Float value) |
public static final String SERIALIZED_NAME_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_VALUE
public TypeDogmaAttribute attributeId(Integer attributeId)
public Integer getAttributeId()
public void setAttributeId(Integer attributeId)
public TypeDogmaAttribute value(Float value)
public Float getValue()
public void setValue(Float value)
Copyright © 2020. All Rights Reserved.