public class ChannelTypeStandard extends ChannelTypeBase implements Serializable
Java class for ChannelTypeStandard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelTypeStandard">
<complexContent>
<extension base="{http://xml.adeptnet.org/prtg/prtg-config.xsd}ChannelTypeBase">
<sequence>
<element name="jmxMethod" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="resultLookups" type="{http://xml.adeptnet.org/prtg/prtg-config.xsd}ResultLookupsType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
jmxMethod |
protected ResultLookupsType |
resultLookups |
createChannel, jmxObjectName_float, base, customUnit, decimalMode, limitErrorMessage, limitMaxError, limitMaxWarning, limitMinError, limitMinWarning, limitMode, limitWarningMessage, mode, name, showChart, showtable, speedSize, speedTime, unit, value, valueLookup, volumeSize, warning| Constructor and Description |
|---|
ChannelTypeStandard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJmxMethod()
Gets the value of the jmxMethod property.
|
Object |
getLookupValue(Object value) |
ResultLookupsType |
getResultLookups()
Gets the value of the resultLookups property.
|
boolean |
isSetJmxMethod() |
boolean |
isSetResultLookups() |
void |
setJmxMethod(String value)
Sets the value of the jmxMethod property.
|
void |
setResultLookups(ResultLookupsType value)
Sets the value of the resultLookups property.
|
getJmxObjectName, isCreateChannel, isSetCreateChannel, isSetJmxObjectName, setCreateChannel, setJmxObjectNamegetBase, getCustomUnit, getDecimalMode, getFloat, getLimitErrorMessage, getLimitMaxError, getLimitMaxWarning, getLimitMinError, getLimitMinWarning, getLimitMode, getLimitWarningMessage, getMode, getName, getShowChart, getShowtable, getSpeedSize, getSpeedTime, getUnit, getValue, getValueLookup, getVolumeSize, getWarning, isSetBase, isSetCustomUnit, isSetDecimalMode, isSetFloat, isSetLimitErrorMessage, isSetLimitMaxError, isSetLimitMaxWarning, isSetLimitMinError, isSetLimitMinWarning, isSetLimitMode, isSetLimitWarningMessage, isSetMode, isSetName, isSetShowChart, isSetShowtable, isSetSpeedSize, isSetSpeedTime, isSetUnit, isSetValue, isSetValueLookup, isSetVolumeSize, isSetWarning, setBase, setCustomUnit, setDecimalMode, setFloat, setLimitErrorMessage, setLimitMaxError, setLimitMaxWarning, setLimitMinError, setLimitMinWarning, setLimitMode, setLimitWarningMessage, setMode, setName, setShowChart, setShowtable, setSpeedSize, setSpeedTime, setUnit, setValue, setValue, setValueLookup, setVolumeSize, setWarning, upCast, withValueprotected String jmxMethod
protected ResultLookupsType resultLookups
public String getJmxMethod()
Stringpublic void setJmxMethod(String value)
value - allowed object is
Stringpublic boolean isSetJmxMethod()
public ResultLookupsType getResultLookups()
ResultLookupsTypepublic void setResultLookups(ResultLookupsType value)
value - allowed object is
ResultLookupsTypepublic boolean isSetResultLookups()
Copyright © 2016. All rights reserved.