public class PlainTuple extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
bindFactor |
protected long |
value |
| 构造器和说明 |
|---|
PlainTuple() |
PlainTuple(String bindFactor,
long value) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBindFactor()
Getter method for property bindFactor.
|
long |
getValue()
Getter method for property value.
|
void |
setBindFactor(String bindFactor)
Setter method property bindFactor
|
void |
setValue(long value)
Setter method property value
|
String |
toString() |
protected String bindFactor
protected long value
public PlainTuple()
public PlainTuple(String bindFactor, long value)
public String getBindFactor()
public void setBindFactor(String bindFactor)
bindFactor - value to be assigned to property bindFactorpublic long getValue()
public void setValue(long value)
value - value to be assigned to property valueCopyright © 2022. All rights reserved.