public abstract class BaseInfo extends Object implements Serializable, StoreData<String>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BaseInfo.ClientVersion
ClientVersion Enum
|
StoreData.DataType| 构造器和说明 |
|---|
BaseInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
attributeOf(String key) |
int |
attributesSize() |
ConnectId |
connectId() |
String |
getAppName()
Getter method for property appName.
|
Map<String,String> |
getAttributes()
Getter method for property attributes.
|
String |
getCell()
Getter method for property cell.
|
String |
getClientId()
Getter method for property clientId.
|
long |
getClientRegisterTimestamp() |
BaseInfo.ClientVersion |
getClientVersion()
Getter method for property clientVersion.
|
String |
getDataId()
Getter method for property dataId.
|
String |
getDataInfoId()
Getter method for property dataInfoId.
|
String |
getGroup()
Getter method for property group.
|
String |
getId()
get store data ID
|
String |
getInstanceId()
Getter method for property instanceId.
|
protected String |
getOtherInfo() |
String |
getProcessId()
Getter method for property processId.
|
String |
getRegisterId()
Getter method for property registerId.
|
long |
getRegisterTimestamp()
Getter method for property registerTimestamp.
|
URL |
getSourceAddress()
Getter method for property sourceAddress.
|
URL |
getTargetAddress()
Getter method for property targetAddress.
|
long |
getVersion()
Getter method for property version.
|
protected Map<String,String> |
internAttributes(Map<String,String> attributes) |
RegisterVersion |
registerVersion() |
void |
setAppName(String appName)
Setter method for property appName.
|
void |
setAttributes(Map<String,String> attributes)
Setter method for property attributes.
|
void |
setCell(String cell)
Setter method for property cell.
|
void |
setClientId(String clientId)
Setter method for property clientId.
|
void |
setClientRegisterTimestamp(long clientRegisterTimestamp)
Setter method for property clientRegisterTimestamp.
|
void |
setClientVersion(BaseInfo.ClientVersion clientVersion)
Setter method for property clientVersion.
|
void |
setDataId(String dataId)
Setter method for property dataId.
|
void |
setDataInfoId(String dataInfoId)
Setter method for property dataInfoId.
|
void |
setGroup(String group)
Setter method for property group.
|
void |
setInstanceId(String instanceId)
Setter method for property instanceId.
|
void |
setProcessId(String processId)
Setter method for property processId.
|
void |
setRegisterId(String registerId)
Setter method for property registerId.
|
void |
setRegisterTimestamp(long registerTimestamp)
Setter method for property registerTimestamp.
|
void |
setSourceAddress(URL sourceAddress)
Setter method for property sourceAddress.
|
void |
setTargetAddress(URL targetAddress)
Setter method for property targetAddress.
|
void |
setVersion(long version)
Setter method for property version.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataTypepublic String getCell()
public void setCell(String cell)
cell - value to be assigned to property cellpublic String getAppName()
public void setAppName(String appName)
appName - value to be assigned to property appNamepublic String getProcessId()
public void setProcessId(String processId)
processId - value to be assigned to property processIdpublic long getVersion()
public void setVersion(long version)
version - value to be assigned to property versionpublic URL getSourceAddress()
public void setSourceAddress(URL sourceAddress)
sourceAddress - value to be assigned to property sourceAddresspublic URL getTargetAddress()
public void setTargetAddress(URL targetAddress)
targetAddress - value to be assigned to property targetAddresspublic Map<String,String> getAttributes()
public void setAttributes(Map<String,String> attributes)
attributes - value to be assigned to property attributespublic String getDataInfoId()
public void setDataInfoId(String dataInfoId)
dataInfoId - value to be assigned to property dataInfoIdpublic String getRegisterId()
public void setRegisterId(String registerId)
registerId - value to be assigned to property registerIdpublic String getDataId()
public void setDataId(String dataId)
dataId - value to be assigned to property dataIdpublic String getClientId()
public void setClientId(String clientId)
clientId - value to be assigned to property clientIdpublic String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - value to be assigned to property instanceIdpublic String getGroup()
public void setGroup(String group)
group - value to be assigned to property grouppublic long getRegisterTimestamp()
public void setRegisterTimestamp(long registerTimestamp)
registerTimestamp - value to be assigned to property registerTimestamppublic BaseInfo.ClientVersion getClientVersion()
public void setClientVersion(BaseInfo.ClientVersion clientVersion)
clientVersion - value to be assigned to property clientVersionpublic long getClientRegisterTimestamp()
public void setClientRegisterTimestamp(long clientRegisterTimestamp)
clientRegisterTimestamp - value to be assigned to property clientRegisterTimestampprotected String getOtherInfo()
public ConnectId connectId()
public int attributesSize()
public RegisterVersion registerVersion()
Copyright © 2023 The Ant Financial. All rights reserved.