public class FlexibleNARTimer
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FlexibleNARTimer() |
FlexibleNARTimer(FlexibleNARKey sourceKey,
java.lang.Long time) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
FlexibleNARKey |
getNARKey()
This will return the FlexibleNARKey.
|
java.lang.Long |
getNARKeyExipryTime()
This will return the expiryTime of Key.
|
void |
setNARKey(FlexibleNARKey tKey)
This will set FlexibleNARKey.
|
void |
setNARKeyExpiryTime(java.lang.Long val)
This will set key expiry time.
|
java.lang.String |
toString() |
public FlexibleNARTimer()
public FlexibleNARTimer(FlexibleNARKey sourceKey, java.lang.Long time)
public FlexibleNARKey getNARKey()
public void setNARKey(FlexibleNARKey tKey)
public java.lang.Long getNARKeyExipryTime()
public void setNARKeyExpiryTime(java.lang.Long val)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object