public class Attributes
extends java.lang.Object
Constructor and Description |
---|
Attributes() |
Attributes(ConsistencyLevel cLevel,
java.lang.Long timestamp,
int timeToLive) |
Modifier and Type | Method and Description |
---|---|
ConsistencyLevel |
getConsistencyLevel() |
java.lang.Long |
getTimestamp() |
int |
getTimeToLive() |
void |
setConsistencyLevel(ConsistencyLevel cLevel) |
void |
setTimestamp(java.lang.Long timestamp) |
void |
setTimeToLive(int timeToLive) |
java.lang.String |
toString() |
public Attributes()
public Attributes(ConsistencyLevel cLevel, java.lang.Long timestamp, int timeToLive)
public ConsistencyLevel getConsistencyLevel()
public void setConsistencyLevel(ConsistencyLevel cLevel)
public java.lang.Long getTimestamp()
public void setTimestamp(java.lang.Long timestamp)
public int getTimeToLive()
public void setTimeToLive(int timeToLive)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017 The Apache Software Foundation