public class ReceivedData extends Object implements Serializable
| 构造器和说明 |
|---|
ReceivedData()
Instantiates a new Received data multi.
|
ReceivedData(String dataId,
String group,
String instanceId,
String segment,
List<String> subscriberRegistIds,
Map<String,List<DataBox>> data,
Long version)
Instantiates a new Received data multi.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,List<DataBox>> |
getData()
Getter method for property data.
|
Map<String,Integer> |
getDataCount()
Getter method for property dataCount.
|
String |
getDataId()
Getter method for property dataId.
|
String |
getGroup()
Getter method for property group.
|
String |
getInstanceId()
Getter method for property instanceId.
|
String |
getLocalZone()
Getter method for property localZone.
|
String |
getScope()
Getter method for property scope.
|
String |
getSegment()
Getter method for property segment.
|
List<String> |
getSubscriberRegistIds()
Getter method for property subscriberRegistIds.
|
Long |
getVersion()
Getter method for property version.
|
void |
setData(Map<String,List<DataBox>> data)
Setter method for property data.
|
void |
setDataCount(Map<String,Integer> dataCount)
Setter method for property dataCount.
|
void |
setDataId(String dataId)
Setter method for property dataId.
|
void |
setGroup(String group)
Setter method for property group.
|
void |
setInstanceId(String instanceId)
Setter method for property instanceId.
|
void |
setLocalZone(String localZone)
Setter method for property localZone.
|
void |
setScope(String scope)
Setter method for property scope.
|
void |
setSegment(String segment)
Setter method for property segment.
|
void |
setSubscriberRegistIds(List<String> subscriberRegistIds)
Setter method for property subscriberRegistIds.
|
void |
setVersion(Long version)
Setter method for property version.
|
String |
toString()
To string string.
|
public ReceivedData()
public ReceivedData(String dataId, String group, String instanceId, String segment, List<String> subscriberRegistIds, Map<String,List<DataBox>> data, Long version)
dataId - the data idgroup - the groupinstanceId - the instance idsegment - the data centersubscriberRegistIds - the subscriber regist idsdata - the dataversion - the versionpublic String getDataId()
public void setDataId(String dataId)
dataId - value to be assigned to property dataIdpublic String getGroup()
public void setGroup(String group)
group - value to be assigned to property grouppublic String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - value to be assigned to property instanceIdpublic String getSegment()
public void setSegment(String segment)
segment - value to be assigned to property segmentpublic String getScope()
public void setScope(String scope)
scope - value to be assigned to property scopepublic List<String> getSubscriberRegistIds()
public void setSubscriberRegistIds(List<String> subscriberRegistIds)
subscriberRegistIds - value to be assigned to property subscriberRegistIdspublic Map<String,List<DataBox>> getData()
public void setData(Map<String,List<DataBox>> data)
data - value to be assigned to property datapublic Long getVersion()
public void setVersion(Long version)
version - value to be assigned to property versionpublic String getLocalZone()
public void setLocalZone(String localZone)
localZone - value to be assigned to property localZonepublic Map<String,Integer> getDataCount()
public void setDataCount(Map<String,Integer> dataCount)
dataCount - value to be assigned to property dataCountCopyright © 2023 The Ant Financial. All rights reserved.