public class LastReqEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private LastReqType |
lrType
The LastReq type.
|
private KerberosTime |
lrValue
The LastReq value
|
| Constructor and Description |
|---|
LastReqEntry()
Creates a new instance of LastReqEntry
|
LastReqEntry(LastReqType lrType,
KerberosTime lrValue)
Creates a new instance of LastReqEntry
|
| Modifier and Type | Method and Description |
|---|---|
LastReqType |
getLrType() |
KerberosTime |
getLrValue() |
void |
setLrType(LastReqType lrType) |
void |
setLrValue(KerberosTime lrValue) |
java.lang.String |
toString() |
java.lang.String |
toString(java.lang.String tabs) |
private LastReqType lrType
private KerberosTime lrValue
public LastReqEntry()
public LastReqEntry(LastReqType lrType, KerberosTime lrValue)
lrType - The LastRequest typelrValue - The associated Timepublic LastReqType getLrType()
public void setLrType(LastReqType lrType)
lrType - the lrType to setpublic KerberosTime getLrValue()
public void setLrValue(KerberosTime lrValue)
lrValue - the lrValue to setpublic java.lang.String toString(java.lang.String tabs)
Object.toString()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()