org.opcfoundation.ua.core
Class AggregateFilter

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.MonitoringFilter
          extended by org.opcfoundation.ua.core.AggregateFilter
All Implemented Interfaces:
Cloneable, Structure, IEncodeable

public class AggregateFilter
extends MonitoringFilter


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

ID

public static final ExpandedNodeId ID

BINARY

public static final ExpandedNodeId BINARY

XML

public static final ExpandedNodeId XML

StartTime

protected DateTime StartTime

AggregateType

protected NodeId AggregateType

ProcessingInterval

protected Double ProcessingInterval

AggregateConfiguration

protected AggregateConfiguration AggregateConfiguration
Constructor Detail

AggregateFilter

public AggregateFilter()

AggregateFilter

public AggregateFilter(DateTime StartTime,
                       NodeId AggregateType,
                       Double ProcessingInterval,
                       AggregateConfiguration AggregateConfiguration)
Method Detail

getStartTime

public DateTime getStartTime()

setStartTime

public void setStartTime(DateTime StartTime)

getAggregateType

public NodeId getAggregateType()

setAggregateType

public void setAggregateType(NodeId AggregateType)

getProcessingInterval

public Double getProcessingInterval()

setProcessingInterval

public void setProcessingInterval(Double ProcessingInterval)

getAggregateConfiguration

public AggregateConfiguration getAggregateConfiguration()

setAggregateConfiguration

public void setAggregateConfiguration(AggregateConfiguration AggregateConfiguration)

clone

public AggregateFilter clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class MonitoringFilter
Returns:
cloned AggregateFilter

equals

public boolean equals(Object obj)
Overrides:
equals in class MonitoringFilter

hashCode

public int hashCode()
Overrides:
hashCode in class MonitoringFilter

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Overrides:
getTypeId in class MonitoringFilter
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Overrides:
getXmlEncodeId in class MonitoringFilter
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Overrides:
getBinaryEncodeId in class MonitoringFilter
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class MonitoringFilter


Copyright © 2018. All rights reserved.