public class AdXConfig extends Object implements Config
configuration
.Modifier and Type | Field and Description |
---|---|
private Map<String,Long> |
adGroupIdMap |
static long |
DEFAULT_TIMEOUT |
private byte[] |
encryptionKey |
private String |
geoTable |
private byte[] |
integrityKey |
private String |
nid |
private long |
timeout |
Constructor and Description |
---|
AdXConfig() |
Modifier and Type | Method and Description |
---|---|
Map<String,Long> |
getAdGroupIdMap() |
byte[] |
getEncryptionKey() |
String |
getGeoTable() |
byte[] |
getIntegrityKey() |
String |
getNid() |
(package private) long |
getTimeout() |
void |
setAdGroupIdMap(Map<String,Long> adGroupIdMap) |
void |
setEncryptionKey(byte[] encryptionKey) |
void |
setGeoTable(String geoTable) |
void |
setIntegrityKey(byte[] integrityKey) |
void |
setNid(String nid) |
(package private) void |
setTimeout(long timeout) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private String nid
private String geoTable
public static final long DEFAULT_TIMEOUT
private long timeout
private byte[] encryptionKey
private byte[] integrityKey
public String getNid()
public void setNid(String nid)
public String getGeoTable()
public void setGeoTable(String geoTable)
long getTimeout()
void setTimeout(long timeout)
public byte[] getEncryptionKey()
public void setEncryptionKey(byte[] encryptionKey)
public byte[] getIntegrityKey()
public void setIntegrityKey(byte[] integrityKey)