public class DescribeDBLogFilesResponse extends AbstractModel
| 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 List of log files | 
| String | getInstanceId()Get Instance ID in the format of dcdbt-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, which is returned for each request. | 
| String | getShardId()Get Shard ID in the format of shard-7noic7tv | 
| 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 List of log files | 
| void | setInstanceId(String InstanceId)Set Instance ID in the format of dcdbt-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, which is returned for each request. | 
| void | setShardId(String ShardId)Set Shard ID in the format of shard-7noic7tv | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeDBLogFilesResponse()
public DescribeDBLogFilesResponse(DescribeDBLogFilesResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID in the format of dcdbt-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 - List of log filespublic 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 getShardId()
public void setShardId(String ShardId)
ShardId - Shard ID in the format of shard-7noic7tvpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.