public class BinlogItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BinlogItem() | 
| BinlogItem(BinlogItem 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 | 
|---|---|
| Long | getBinlogId()Get Binlog文件ID | 
| String | getFileName()Get Binlog文件名称 | 
| Long | getFileSize()Get 文件大小,单位:字节 | 
| String | getFinishTime()Get 事务最晚时间 | 
| String | getStartTime()Get 事务最早时间 | 
| void | setBinlogId(Long BinlogId)Set Binlog文件ID | 
| void | setFileName(String FileName)Set Binlog文件名称 | 
| void | setFileSize(Long FileSize)Set 文件大小,单位:字节 | 
| void | setFinishTime(String FinishTime)Set 事务最晚时间 | 
| void | setStartTime(String StartTime)Set 事务最早时间 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BinlogItem()
public BinlogItem(BinlogItem source)
public String getFileName()
public void setFileName(String FileName)
FileName - Binlog文件名称public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - 文件大小,单位:字节public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 事务最早时间public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime - 事务最晚时间public Long getBinlogId()
public void setBinlogId(Long BinlogId)
BinlogId - Binlog文件IDCopyright © 2025. All rights reserved.