|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact | +--com.ibm.etools.logging.pd.artifacts.PD_ProblemArtifact | +--com.ibm.etools.logging.pd.artifacts.PD_SNMPTrap
Constructor Summary | |
---|---|
PD_SNMPTrap()
PD_SNMPTrap constructors |
Method Summary | |
---|---|
java.lang.String |
getAgentAddress()
Gets the value of the agentAddress instance variable. |
java.lang.String |
getEnterprise()
Gets the value of the enterprise instance variable. |
short |
getGenericTrap()
Gets the value of the genericTrap instance variable. |
int |
getSpecificTrap()
Gets the value of the specificTrap instance variable. |
java.lang.String |
getUniqueInstanceID()
Gets the value of the uniqueInstanceID instance variable. |
java.lang.String[] |
getVarBinNames()
Gets the value of the varBinNames instance variable. |
short[] |
getVarBinSyntaxes()
Gets the value of the varBinSyntaxes instance variable. |
java.lang.String[] |
getVarBinValues()
Gets the value of the varBinValues instance variable. |
void |
init()
Initializes the object to a newly constructed state. |
void |
regenerateUniqueInstanceID()
Regenerates a new unique instance ID for the object. |
void |
setAgentAddress(java.lang.String pd_SNMPTrap_agentAddress)
Sets value of the agentAddress instance variable to the specified value. |
void |
setEnterprise(java.lang.String pd_SNMPTrap_enterprise)
Sets value of the enterprise instance variable to the specified value. |
void |
setGenericTrap(short pd_SNMPTrap_genericTrap)
Sets value of the genericTrap instance variable to the specified value. |
void |
setSpecificTrap(int pd_SNMPTrap_specificTrap)
Sets value of the specificTrap instance variable to the specified value. |
void |
setVarBinNames(java.lang.String[] pd_SNMPTrap_varBinNames)
Sets value of the varBinNames instance variable to the specified value. |
void |
setVarBinSyntaxes(short[] pd_SNMPTrap_varBinSyntaxes)
Sets value of the varBinSyntaxes instance variable to the specified value. |
void |
setVarBinValues(java.lang.String[] pd_SNMPTrap_varBinValues)
Sets value of the varBinValues instance variable to the specified value. |
java.lang.String |
toCanonicalXMLString()
Creates the canonical XML representation of this object. |
Methods inherited from class com.ibm.etools.logging.pd.artifacts.PD_ProblemArtifact |
---|
getArtifactCausesArtifactRefList, getArtifactContainsArtifactsRefList, getCorrelationTypeList, getLogRecordCorrelator, getProblemArtifactTokenList, getRawData, setArtifactCausesArtifactRefList, setArtifactContainsArtifactsRefList, setCorrelationTypeList, setLogRecordCorrelator, setProblemArtifactTokenList, setRawData |
Methods inherited from class com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact |
---|
getArtifactCreatorID, getArtifactEncodingFormat, getCreationTime, getHostID, getHostIDFormat, getId, getOtherHostIDFormat, getProcessID, getThreadID, setArtifactCreatorID, setArtifactEncodingFormat, setCreationTime, setHostID, setHostIDFormat, setId, setOtherHostIDFormat, setProcessID, setThreadID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PD_SNMPTrap()
Method Detail |
public java.lang.String getUniqueInstanceID()
getUniqueInstanceID
in class PD_ProblemArtifact
public void setEnterprise(java.lang.String pd_SNMPTrap_enterprise)
pd_SNMPTrap_enterprise
- The new value of the enterprise instance variable.public java.lang.String getEnterprise()
null
if the value of the enterprise instance variable has not been set or is set to null
.public void setAgentAddress(java.lang.String pd_SNMPTrap_agentAddress)
pd_SNMPTrap_agentAddress
- The new value of the agentAddress instance variable.public java.lang.String getAgentAddress()
null
if the value of the agentAddress instance variable has not been set or is set to null
.public void setGenericTrap(short pd_SNMPTrap_genericTrap)
pd_SNMPTrap_genericTrap
- The new value of the genericTrap instance variable.public short getGenericTrap()
null
if the value of the genericTrap instance variable has not been set or is set to null
.public void setSpecificTrap(int pd_SNMPTrap_specificTrap)
pd_SNMPTrap_specificTrap
- The new value of the specificTrap instance variable.public int getSpecificTrap()
null
if the value of the specificTrap instance variable has not been set or is set to null
.public void setVarBinNames(java.lang.String[] pd_SNMPTrap_varBinNames)
pd_SNMPTrap_varBinNames
- The new value of the varBinNames instance variable.public java.lang.String[] getVarBinNames()
null
if the value of the varBinNames instance variable has not been set or is set to null
.public void setVarBinSyntaxes(short[] pd_SNMPTrap_varBinSyntaxes)
pd_SNMPTrap_varBinSyntaxes
- The new value of the varBinSyntaxes instance variable.public short[] getVarBinSyntaxes()
null
if the value of the varBinSyntaxes instance variable has not been set or is set to null
.public void setVarBinValues(java.lang.String[] pd_SNMPTrap_varBinValues)
pd_SNMPTrap_varBinValues
- The new value of the varBinValues instance variable.public java.lang.String[] getVarBinValues()
null
if the value of the varBinValues instance variable has not been set or is set to null
.public java.lang.String toCanonicalXMLString()
toCanonicalXMLString
in class PD_ProblemArtifact
public void regenerateUniqueInstanceID()
regenerateUniqueInstanceID
in class PD_ProblemArtifact
public void init()
init
in class PD_ProblemArtifact
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |