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
|
Long |
getCosStorageType()
Get Storage method.
|
String |
getDate()
Get File stored time in the format of 2016-03-17 02:10:37
|
String |
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv.
|
String |
getInternetUrl()
Get Download address
|
String |
getIntranetUrl()
Get Download address
|
String |
getName()
Get Binlog backup filename
|
String |
getRegion()
Get The region where the binlog file resides
|
RemoteBackupInfo[] |
getRemoteInfo()
Get The detailed information of remote binlog backups
|
Long |
getSize()
Get Backup file size in bytes
|
String |
getStatus()
Get Backup task status.
|
String |
getType()
Get Log type.
|
void |
setBinlogFinishTime(String BinlogFinishTime)
Set Binlog file end time
|
void |
setBinlogStartTime(String BinlogStartTime)
Set Binlog file start file
|
void |
setCosStorageType(Long CosStorageType)
Set Storage method.
|
void |
setDate(String Date)
Set File stored time in the format of 2016-03-17 02:10:37
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv.
|
void |
setInternetUrl(String InternetUrl)
Set Download address
|
void |
setIntranetUrl(String IntranetUrl)
Set Download address
|
void |
setName(String Name)
Set Binlog backup filename
|
void |
setRegion(String Region)
Set The region where the binlog file resides
|
void |
setRemoteInfo(RemoteBackupInfo[] RemoteInfo)
Set The detailed information of remote binlog backups
|
void |
setSize(Long Size)
Set Backup file size in bytes
|
void |
setStatus(String Status)
Set Backup task status.
|
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 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 timepublic String getRegion()
public void setRegion(String Region)
Region
- The region where the binlog file residespublic String getStatus()
public void setStatus(String Status)
Status
- Backup task status. Valid values: `SUCCESS` (backup succeeded), `FAILED` (backup failed), `RUNNING` (backup is in progress).public RemoteBackupInfo[] getRemoteInfo()
public void setRemoteInfo(RemoteBackupInfo[] RemoteInfo)
RemoteInfo
- The detailed information of remote binlog backupspublic Long getCosStorageType()
public void setCosStorageType(Long CosStorageType)
CosStorageType
- Storage method. Valid values: `0` (regular storage), `1`(archive storage). Default value: `0`.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console.Copyright © 2023. All rights reserved.