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