public class DescribeDBLogFilesResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDBLogFilesResponse() |
DescribeDBLogFilesResponse(DescribeDBLogFilesResponse 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 |
---|---|
LogFileInfo[] |
getFiles()
Get Information such as `uri`, `length`, and `mtime` (modification time)
|
String |
getInstanceId()
Get Instance ID in the format of `tdsql-ow728lmc`.
|
String |
getNormalPrefix()
Get For an instance in a common network, this prefix plus URI can be used as the download address
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getTotal()
Get Total number of requested logs
|
Long |
getType()
Get Requested log type.
|
String |
getVpcPrefix()
Get For an instance in a VPC, this prefix plus URI can be used as the download address
|
void |
setFiles(LogFileInfo[] Files)
Set Information such as `uri`, `length`, and `mtime` (modification time)
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of `tdsql-ow728lmc`.
|
void |
setNormalPrefix(String NormalPrefix)
Set For an instance in a common network, this prefix plus URI can be used as the download address
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTotal(Long Total)
Set Total number of requested logs
|
void |
setType(Long Type)
Set Requested log type.
|
void |
setVpcPrefix(String VpcPrefix)
Set For an instance in a VPC, this prefix plus URI can be used as the download address
|
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, toJsonString
public DescribeDBLogFilesResponse()
public DescribeDBLogFilesResponse(DescribeDBLogFilesResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of `tdsql-ow728lmc`.public Long getType()
public void setType(Long Type)
Type
- Requested log type. Valid values: 1 (binlog), 2 (cold backup), 3 (errlog), 4 (slowlog).public Long getTotal()
public void setTotal(Long Total)
Total
- Total number of requested logspublic LogFileInfo[] getFiles()
public void setFiles(LogFileInfo[] Files)
Files
- Information such as `uri`, `length`, and `mtime` (modification time)public String getVpcPrefix()
public void setVpcPrefix(String VpcPrefix)
VpcPrefix
- For an instance in a VPC, this prefix plus URI can be used as the download addresspublic String getNormalPrefix()
public void setNormalPrefix(String NormalPrefix)
NormalPrefix
- For an instance in a common network, this prefix plus URI can be used as the download addresspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.