public class BinlogInfo extends AbstractModel
Constructor and Description |
---|
BinlogInfo() |
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 on the public network
|
String |
getIntranetUrl()
Get Download address on the private network
|
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 on the public network
|
void |
setIntranetUrl(String IntranetUrl)
Set Download address on the private network
|
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, toJsonString
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 address on the private networkpublic String getInternetUrl()
public void setInternetUrl(String InternetUrl)
InternetUrl
- Download address on the public networkpublic 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 © 2020. All rights reserved.