public class Report
extends java.lang.Object
Constructor | Description |
---|---|
Report(java.lang.String rptId,
java.lang.Integer sqNum,
java.lang.Integer subSqNum,
boolean moreSegmentsFollow,
java.lang.String dataSetRef,
java.lang.Boolean bufOvfl,
java.lang.Long confRev,
BdaEntryTime timeOfEntry,
BdaOctetString entryId,
boolean[] inclusionBitString,
java.util.List<FcModelNode> values,
java.util.List<BdaReasonForInclusion> reasonCodes) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Boolean |
getBufOvfl() |
The parameter BufOvfl shall indicate to the client that entries within the buffer may have been
lost.
|
java.lang.Long |
getConfRev() |
|
java.lang.String |
getDataSetRef() |
|
BdaOctetString |
getEntryId() |
|
boolean[] |
getInclusionBitString() |
Indicator of data set members included in the report
|
java.util.List<BdaReasonForInclusion> |
getReasonCodes() |
Gets the reasons for inclusion
|
java.lang.String |
getRptId() |
|
java.lang.Integer |
getSqNum() |
Sequence numberThe parameter MoreSegmentsFollow indicates that more report segments with the
same sequence number follow, counted up for every
Report instance generated |
java.lang.Integer |
getSubSqNum() |
For the case of long reports that do not fit into one message, a single report shall be divided
into subreports.
|
BdaEntryTime |
getTimeOfEntry() |
The parameter TimeOfEntry shall specify the time when the EntryID was created
|
java.util.List<FcModelNode> |
getValues() |
|
boolean |
isMoreSegmentsFollow() |
The parameter MoreSegmentsFollow indicates that more report segments with the same sequence
number follow
|
java.lang.String |
toString() |
public Report(java.lang.String rptId, java.lang.Integer sqNum, java.lang.Integer subSqNum, boolean moreSegmentsFollow, java.lang.String dataSetRef, java.lang.Boolean bufOvfl, java.lang.Long confRev, BdaEntryTime timeOfEntry, BdaOctetString entryId, boolean[] inclusionBitString, java.util.List<FcModelNode> values, java.util.List<BdaReasonForInclusion> reasonCodes)
public java.lang.String getRptId()
public java.lang.Integer getSqNum()
Report
instance generatedpublic java.lang.Integer getSubSqNum()
public boolean isMoreSegmentsFollow()
public java.lang.String getDataSetRef()
public java.lang.Boolean getBufOvfl()
public java.lang.Long getConfRev()
public BdaEntryTime getTimeOfEntry()
public BdaOctetString getEntryId()
public boolean[] getInclusionBitString()
public java.util.List<BdaReasonForInclusion> getReasonCodes()
public java.util.List<FcModelNode> getValues()
public java.lang.String toString()
toString
in class java.lang.Object