public class AuthorizationDataEntry extends Object
| Constructor and Description |
|---|
AuthorizationDataEntry()
Creates a new instance of AD entry
|
AuthorizationDataEntry(AuthorizationType adType,
byte[] adData)
Creates a new Instance of AD entry
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getAdData() |
byte[] |
getAdDataRef() |
AuthorizationType |
getAdType() |
int |
hashCode() |
void |
setAdData(byte[] adData) |
void |
setAdType(AuthorizationType adType) |
String |
toString() |
String |
toString(String tabs) |
public AuthorizationDataEntry()
public AuthorizationDataEntry(AuthorizationType adType, byte[] adData)
adType - The AuthorizationData typeadData - The AuthorizationData datapublic AuthorizationType getAdType()
public void setAdType(AuthorizationType adType)
adType - the adType to setpublic byte[] getAdData()
public byte[] getAdDataRef()
public void setAdData(byte[] adData)
adData - the adData to setpublic String toString(String tabs)
Object.toString()public String toString()
toString in class ObjectObject.toString()Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.