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 日志文件列表
|
String |
getInstanceId()
Get 实例 ID,形如:dcdbt-ow728lmc。
|
String |
getNormalPrefix()
Get 如果是普通网络的实例,做用本前缀加上URI为下载地址
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getShardId()
Get 分片 ID,形如:shard-7noic7tv
|
Long |
getTotal()
Get 请求日志总数
|
Long |
getType()
Get 请求日志类型。1-binlog,2-冷备,3-errlog,4-slowlog。
|
String |
getVpcPrefix()
Get 如果是VPC网络的实例,做用本前缀加上URI为下载地址
|
void |
setFiles(LogFileInfo[] Files)
Set 日志文件列表
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,形如:dcdbt-ow728lmc。
|
void |
setNormalPrefix(String NormalPrefix)
Set 如果是普通网络的实例,做用本前缀加上URI为下载地址
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setShardId(String ShardId)
Set 分片 ID,形如:shard-7noic7tv
|
void |
setTotal(Long Total)
Set 请求日志总数
|
void |
setType(Long Type)
Set 请求日志类型。1-binlog,2-冷备,3-errlog,4-slowlog。
|
void |
setVpcPrefix(String VpcPrefix)
Set 如果是VPC网络的实例,做用本前缀加上URI为下载地址
|
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 DescribeDBLogFilesResponse()
public DescribeDBLogFilesResponse(DescribeDBLogFilesResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,形如:dcdbt-ow728lmc。public Long getType()
public void setType(Long Type)
Type
- 请求日志类型。1-binlog,2-冷备,3-errlog,4-slowlog。public Long getTotal()
public void setTotal(Long Total)
Total
- 请求日志总数public LogFileInfo[] getFiles()
public void setFiles(LogFileInfo[] Files)
Files
- 日志文件列表public String getVpcPrefix()
public void setVpcPrefix(String VpcPrefix)
VpcPrefix
- 如果是VPC网络的实例,做用本前缀加上URI为下载地址public String getNormalPrefix()
public void setNormalPrefix(String NormalPrefix)
NormalPrefix
- 如果是普通网络的实例,做用本前缀加上URI为下载地址public String getShardId()
public void setShardId(String ShardId)
ShardId
- 分片 ID,形如:shard-7noic7tvpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.