|
||||||||||
| 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.MonitoringFilter
org.opcfoundation.ua.core.AggregateFilter
public class AggregateFilter
| Field Summary | |
|---|---|
protected AggregateConfiguration |
AggregateConfiguration
|
protected NodeId |
AggregateType
|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected Double |
ProcessingInterval
|
protected DateTime |
StartTime
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
AggregateFilter()
|
|
AggregateFilter(DateTime StartTime,
NodeId AggregateType,
Double ProcessingInterval,
AggregateConfiguration AggregateConfiguration)
|
|
| Method Summary | |
|---|---|
AggregateFilter |
clone()
Deep clone |
boolean |
equals(Object obj)
|
AggregateConfiguration |
getAggregateConfiguration()
|
NodeId |
getAggregateType()
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
Double |
getProcessingInterval()
|
DateTime |
getStartTime()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setAggregateConfiguration(AggregateConfiguration AggregateConfiguration)
|
void |
setAggregateType(NodeId AggregateType)
|
void |
setProcessingInterval(Double ProcessingInterval)
|
void |
setStartTime(DateTime StartTime)
|
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 DateTime StartTime
protected NodeId AggregateType
protected Double ProcessingInterval
protected AggregateConfiguration AggregateConfiguration
| Constructor Detail |
|---|
public AggregateFilter()
public AggregateFilter(DateTime StartTime,
NodeId AggregateType,
Double ProcessingInterval,
AggregateConfiguration AggregateConfiguration)
| Method Detail |
|---|
public DateTime getStartTime()
public void setStartTime(DateTime StartTime)
public NodeId getAggregateType()
public void setAggregateType(NodeId AggregateType)
public Double getProcessingInterval()
public void setProcessingInterval(Double ProcessingInterval)
public AggregateConfiguration getAggregateConfiguration()
public void setAggregateConfiguration(AggregateConfiguration AggregateConfiguration)
public AggregateFilter clone()
clone in interface Structureclone in class MonitoringFilterpublic boolean equals(Object obj)
equals in class MonitoringFilterpublic int hashCode()
hashCode in class MonitoringFilterpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructuregetTypeId in class MonitoringFilterExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructuregetXmlEncodeId in class MonitoringFilterExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructuregetBinaryEncodeId in class MonitoringFilterExpandedNodeId object.public String toString()
toString in class MonitoringFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||