public class ServerConfig extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.Long |
agentPoll |
private java.lang.Integer |
agentPriority |
private RecordSetOfGatherTime |
gatherTimes |
private java.lang.Boolean |
ignoresSubnodes |
private InterceptorSetting[] |
interceptorSettings |
private java.lang.Boolean |
isMomManaged |
private java.lang.Boolean |
isPersistingAllData |
private java.lang.Integer |
maxCollectorThreads |
private java.lang.Integer |
maxPublicRealNames |
private java.lang.Integer |
MIRollDayOfWeek |
private java.lang.Integer |
MIRollSecOfDay |
private java.lang.String |
MIRollZone |
private java.lang.Integer |
rollupCount |
private java.lang.String |
securityConsoleURL |
private java.lang.Integer |
trustInterval |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
ServerConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAgentPoll() |
java.lang.Integer |
getAgentPriority() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
RecordSetOfGatherTime |
getGatherTimes() |
java.lang.Boolean |
getIgnoresSubnodes() |
InterceptorSetting[] |
getInterceptorSettings() |
java.lang.Boolean |
getIsMomManaged() |
java.lang.Boolean |
getIsPersistingAllData() |
java.lang.Integer |
getMaxCollectorThreads() |
java.lang.Integer |
getMaxPublicRealNames() |
java.lang.Integer |
getMIRollDayOfWeek() |
java.lang.Integer |
getMIRollSecOfDay() |
java.lang.String |
getMIRollZone() |
java.lang.Integer |
getRollupCount() |
java.lang.String |
getSecurityConsoleURL() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.Integer |
getTrustInterval() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAgentPoll(java.lang.Long agentPoll) |
void |
setAgentPriority(java.lang.Integer agentPriority) |
void |
setGatherTimes(RecordSetOfGatherTime gatherTimes) |
void |
setIgnoresSubnodes(java.lang.Boolean ignoresSubnodes) |
void |
setInterceptorSettings(InterceptorSetting[] interceptorSettings) |
void |
setIsMomManaged(java.lang.Boolean isMomManaged) |
void |
setIsPersistingAllData(java.lang.Boolean isPersistingAllData) |
void |
setMaxCollectorThreads(java.lang.Integer maxCollectorThreads) |
void |
setMaxPublicRealNames(java.lang.Integer maxPublicRealNames) |
void |
setMIRollDayOfWeek(java.lang.Integer MIRollDayOfWeek) |
void |
setMIRollSecOfDay(java.lang.Integer MIRollSecOfDay) |
void |
setMIRollZone(java.lang.String MIRollZone) |
void |
setRollupCount(java.lang.Integer rollupCount) |
void |
setSecurityConsoleURL(java.lang.String securityConsoleURL) |
void |
setTrustInterval(java.lang.Integer trustInterval) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private java.lang.Integer MIRollDayOfWeek
private java.lang.Integer MIRollSecOfDay
private java.lang.String MIRollZone
private java.lang.Long agentPoll
private java.lang.Integer agentPriority
private RecordSetOfGatherTime gatherTimes
private java.lang.Boolean ignoresSubnodes
private InterceptorSetting[] interceptorSettings
private java.lang.Boolean isMomManaged
private java.lang.Boolean isPersistingAllData
private java.lang.Integer maxCollectorThreads
private java.lang.Integer maxPublicRealNames
private java.lang.Integer rollupCount
private java.lang.String securityConsoleURL
private java.lang.Integer trustInterval
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.Integer getMIRollDayOfWeek()
public void setMIRollDayOfWeek(java.lang.Integer MIRollDayOfWeek)
public java.lang.Integer getMIRollSecOfDay()
public void setMIRollSecOfDay(java.lang.Integer MIRollSecOfDay)
public java.lang.String getMIRollZone()
public void setMIRollZone(java.lang.String MIRollZone)
public java.lang.Long getAgentPoll()
public void setAgentPoll(java.lang.Long agentPoll)
public java.lang.Integer getAgentPriority()
public void setAgentPriority(java.lang.Integer agentPriority)
public RecordSetOfGatherTime getGatherTimes()
public void setGatherTimes(RecordSetOfGatherTime gatherTimes)
public java.lang.Boolean getIgnoresSubnodes()
public void setIgnoresSubnodes(java.lang.Boolean ignoresSubnodes)
public InterceptorSetting[] getInterceptorSettings()
public void setInterceptorSettings(InterceptorSetting[] interceptorSettings)
public java.lang.Boolean getIsMomManaged()
public void setIsMomManaged(java.lang.Boolean isMomManaged)
public java.lang.Boolean getIsPersistingAllData()
public void setIsPersistingAllData(java.lang.Boolean isPersistingAllData)
public java.lang.Integer getMaxCollectorThreads()
public void setMaxCollectorThreads(java.lang.Integer maxCollectorThreads)
public java.lang.Integer getMaxPublicRealNames()
public void setMaxPublicRealNames(java.lang.Integer maxPublicRealNames)
public java.lang.Integer getRollupCount()
public void setRollupCount(java.lang.Integer rollupCount)
public java.lang.String getSecurityConsoleURL()
public void setSecurityConsoleURL(java.lang.String securityConsoleURL)
public java.lang.Integer getTrustInterval()
public void setTrustInterval(java.lang.Integer trustInterval)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)