public class LastReqEntry extends Object
| 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) |
String |
toString() |
String |
toString(String tabs) |
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 String toString(String tabs)
Object.toString()public String toString()
toString in class ObjectObject.toString()Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.