public class BinlogItem extends AbstractModel
| 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 file ID | 
| String | getFileName()Get Binlog filename | 
| Long | getFileSize()Get File size in bytes | 
| String | getFinishTime()Get Transaction end time | 
| String | getStartTime()Get Transaction start time | 
| void | setBinlogId(Long BinlogId)Set Binlog file ID | 
| void | setFileName(String FileName)Set Binlog filename | 
| void | setFileSize(Long FileSize)Set File size in bytes | 
| void | setFinishTime(String FinishTime)Set Transaction end time | 
| void | setStartTime(String StartTime)Set Transaction start time | 
| 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, toJsonStringpublic BinlogItem()
public BinlogItem(BinlogItem source)
public String getFileName()
public void setFileName(String FileName)
FileName - Binlog filenamepublic Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - File size in bytespublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Transaction start timepublic String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime - Transaction end timepublic Long getBinlogId()
public void setBinlogId(Long BinlogId)
BinlogId - Binlog file IDCopyright © 2023. All rights reserved.