public class BinlogInfo extends AbstractModel
| Constructor and Description | 
|---|
BinlogInfo()  | 
BinlogInfo(BinlogInfo 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 | 
getBinlogFinishTime()
Get Binlog file end time 
 | 
String | 
getBinlogStartTime()
Get Binlog file start file 
 | 
String | 
getDate()
Get File stored time in the format of 2016-03-17 02:10:37 
 | 
String | 
getInternetUrl()
Get Download address 
 | 
String | 
getIntranetUrl()
Get Download address 
 | 
String | 
getName()
Get Binlog backup filename 
 | 
Long | 
getSize()
Get Backup file size in bytes 
 | 
String | 
getType()
Get Log type. 
 | 
void | 
setBinlogFinishTime(String BinlogFinishTime)
Set Binlog file end time 
 | 
void | 
setBinlogStartTime(String BinlogStartTime)
Set Binlog file start file 
 | 
void | 
setDate(String Date)
Set File stored time in the format of 2016-03-17 02:10:37 
 | 
void | 
setInternetUrl(String InternetUrl)
Set Download address 
 | 
void | 
setIntranetUrl(String IntranetUrl)
Set Download address 
 | 
void | 
setName(String Name)
Set Binlog backup filename 
 | 
void | 
setSize(Long Size)
Set Backup file size in bytes 
 | 
void | 
setType(String Type)
Set Log type. 
 | 
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 BinlogInfo()
public BinlogInfo(BinlogInfo source)
public String getName()
public void setName(String Name)
Name - Binlog backup filenamepublic Long getSize()
public void setSize(Long Size)
Size - Backup file size in bytespublic String getDate()
public void setDate(String Date)
Date - File stored time in the format of 2016-03-17 02:10:37public String getIntranetUrl()
public void setIntranetUrl(String IntranetUrl)
IntranetUrl - Download addresspublic String getInternetUrl()
public void setInternetUrl(String InternetUrl)
InternetUrl - Download addresspublic String getType()
public void setType(String Type)
Type - Log type. Value range: binlogpublic String getBinlogStartTime()
public void setBinlogStartTime(String BinlogStartTime)
BinlogStartTime - Binlog file start filepublic String getBinlogFinishTime()
public void setBinlogFinishTime(String BinlogFinishTime)
BinlogFinishTime - Binlog file end timeCopyright © 2022. All rights reserved.