public class TaggingConfig
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TaggingConfig() |
| Modifier and Type | Method and Description |
|---|---|
CustomTag[] |
getCustomTags() |
int |
getTagHistorySize() |
boolean |
isAutotagIp() |
boolean |
isAutotagReferer() |
boolean |
isAutotagServerName() |
boolean |
isAutotagSessionId() |
boolean |
isAutotagUrl() |
boolean |
isAutotagUserAgent() |
void |
setAutotagIp(boolean autotagIp) |
void |
setAutotagReferer(boolean autotagReferer) |
void |
setAutotagServerName(boolean autotagServerName) |
void |
setAutotagSessionId(boolean autotagSessionId) |
void |
setAutotagUrl(boolean autotagUrl) |
void |
setAutotagUserAgent(boolean autotagUserAgent) |
void |
setCustomTags(CustomTag[] customTags) |
void |
setTagHistorySize(int tagHistorySize) |
java.lang.String |
toString() |
public boolean isAutotagSessionId()
public void setAutotagSessionId(boolean autotagSessionId)
public boolean isAutotagIp()
public void setAutotagIp(boolean autotagIp)
public boolean isAutotagUserAgent()
public void setAutotagUserAgent(boolean autotagUserAgent)
public boolean isAutotagReferer()
public void setAutotagReferer(boolean autotagReferer)
public boolean isAutotagUrl()
public void setAutotagUrl(boolean autotagUrl)
public boolean isAutotagServerName()
public void setAutotagServerName(boolean autotagServerName)
public CustomTag[] getCustomTags()
public void setCustomTags(CustomTag[] customTags)
public int getTagHistorySize()
public void setTagHistorySize(int tagHistorySize)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2020 anotheria.net. All Rights Reserved.