public class Report extends Object
| 构造器和说明 |
|---|
Report(String rptId,
Integer sqNum,
Integer subSqNum,
boolean moreSegmentsFollow,
String dataSetRef,
Boolean bufOvfl,
Long confRev,
BdaEntryTime timeOfEntry,
BdaOctetString entryId,
boolean[] inclusionBitString,
List<FcModelNode> values,
List<BdaReasonForInclusion> reasonCodes) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getBufOvfl()
The parameter BufOvfl shall indicate to the client that entries within the buffer may have been
lost.
|
Long |
getConfRev() |
String |
getDataSetRef() |
BdaOctetString |
getEntryId() |
boolean[] |
getInclusionBitString()
Indicator of data set members included in the report
|
List<BdaReasonForInclusion> |
getReasonCodes()
Gets the reasons for inclusion
|
String |
getRptId() |
Integer |
getSqNum()
Sequence numberThe parameter MoreSegmentsFollow indicates that more report segments with the
same sequence number follow, counted up for every
Report instance generated |
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
|
List<FcModelNode> |
getValues() |
boolean |
isMoreSegmentsFollow()
The parameter MoreSegmentsFollow indicates that more report segments with the same sequence
number follow
|
String |
toString() |
public Report(String rptId, Integer sqNum, Integer subSqNum, boolean moreSegmentsFollow, String dataSetRef, Boolean bufOvfl, Long confRev, BdaEntryTime timeOfEntry, BdaOctetString entryId, boolean[] inclusionBitString, List<FcModelNode> values, List<BdaReasonForInclusion> reasonCodes)
public String getRptId()
public Integer getSqNum()
Report instance generatedpublic Integer getSubSqNum()
public boolean isMoreSegmentsFollow()
public String getDataSetRef()
public Boolean getBufOvfl()
public Long getConfRev()
public BdaEntryTime getTimeOfEntry()
public BdaOctetString getEntryId()
public boolean[] getInclusionBitString()
public List<BdaReasonForInclusion> getReasonCodes()
public List<FcModelNode> getValues()
Copyright © 2025. All rights reserved.