|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.MonitoringParameters
public class MonitoringParameters
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected UnsignedInteger |
ClientHandle
|
protected Boolean |
DiscardOldest
|
protected ExtensionObject |
Filter
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
QueueSize
|
protected Double |
SamplingInterval
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
MonitoringParameters()
|
|
MonitoringParameters(UnsignedInteger ClientHandle,
Double SamplingInterval,
ExtensionObject Filter,
UnsignedInteger QueueSize,
Boolean DiscardOldest)
|
|
| Method Summary | |
|---|---|
MonitoringParameters |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
UnsignedInteger |
getClientHandle()
|
Boolean |
getDiscardOldest()
|
ExtensionObject |
getFilter()
|
UnsignedInteger |
getQueueSize()
|
Double |
getSamplingInterval()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setClientHandle(UnsignedInteger ClientHandle)
|
void |
setDiscardOldest(Boolean DiscardOldest)
|
void |
setFilter(ExtensionObject Filter)
|
void |
setQueueSize(UnsignedInteger QueueSize)
|
void |
setSamplingInterval(Double SamplingInterval)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected UnsignedInteger ClientHandle
protected Double SamplingInterval
protected ExtensionObject Filter
protected UnsignedInteger QueueSize
protected Boolean DiscardOldest
| Constructor Detail |
|---|
public MonitoringParameters()
public MonitoringParameters(UnsignedInteger ClientHandle,
Double SamplingInterval,
ExtensionObject Filter,
UnsignedInteger QueueSize,
Boolean DiscardOldest)
| Method Detail |
|---|
public UnsignedInteger getClientHandle()
public void setClientHandle(UnsignedInteger ClientHandle)
public Double getSamplingInterval()
public void setSamplingInterval(Double SamplingInterval)
public ExtensionObject getFilter()
public void setFilter(ExtensionObject Filter)
public UnsignedInteger getQueueSize()
public void setQueueSize(UnsignedInteger QueueSize)
public Boolean getDiscardOldest()
public void setDiscardOldest(Boolean DiscardOldest)
public MonitoringParameters clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
ExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
ExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
ExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||