public class TupleIntJsonSerializable
extends java.lang.Object
Constructor and Description |
---|
TupleIntJsonSerializable() |
Modifier and Type | Method and Description |
---|---|
int |
getIntegerValue()
Gets the integer value stored in this tuple.
|
IJsonSerializable |
getJsonSerializableValue()
Gets the JsonSerializable value stored in this tuple.
|
void |
setIntegerValue(int p_151188_1_)
Sets this tuple's integer value to the given value.
|
void |
setJsonSerializableValue(IJsonSerializable p_151190_1_)
Sets this tuple's JsonSerializable value to the given value.
|
public int getIntegerValue()
public void setIntegerValue(int p_151188_1_)
public IJsonSerializable getJsonSerializableValue()
public void setJsonSerializableValue(IJsonSerializable p_151190_1_)