public class ReportHeartbeatMetaDataRequest extends AbstractModel
Constructor and Description |
---|
ReportHeartbeatMetaDataRequest() |
ReportHeartbeatMetaDataRequest(ReportHeartbeatMetaDataRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatasourceConnectionName()
Get 数据源名称
|
Long |
getLockId()
Get 锁ID
|
Long |
getTxnId()
Get 事务ID
|
void |
setDatasourceConnectionName(String DatasourceConnectionName)
Set 数据源名称
|
void |
setLockId(Long LockId)
Set 锁ID
|
void |
setTxnId(Long TxnId)
Set 事务ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ReportHeartbeatMetaDataRequest()
public ReportHeartbeatMetaDataRequest(ReportHeartbeatMetaDataRequest source)
public String getDatasourceConnectionName()
public void setDatasourceConnectionName(String DatasourceConnectionName)
DatasourceConnectionName
- 数据源名称public Long getLockId()
public void setLockId(Long LockId)
LockId
- 锁IDpublic Long getTxnId()
public void setTxnId(Long TxnId)
TxnId
- 事务IDCopyright © 2023. All rights reserved.