|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.citrusleaf.CitrusleafClient.ClBin
public static class CitrusleafClient.ClBin
Container object for record bin name/value pair.
Field Summary | |
---|---|
java.lang.String |
name
Bin name. |
java.lang.Object |
value
Bin value. |
Constructor Summary | |
---|---|
CitrusleafClient.ClBin()
Constructor, sets null bin name and value. |
|
CitrusleafClient.ClBin(java.lang.String name,
java.lang.Object value)
Constructor, specifying bin name and value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.Object value
Constructor Detail |
---|
public CitrusleafClient.ClBin()
null
bin name and value.
public CitrusleafClient.ClBin(java.lang.String name, java.lang.Object value)
name
- bin name, current limit is 14 charactersvalue
- bin value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |