public class DescribeSystemLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
entityObject
The IP address of the instance.
|
Integer |
entityType
The type of the system log.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeSystemLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSystemLogRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getEntityObject() |
Integer |
getEntityType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getStartTime() |
DescribeSystemLogRequest |
setEndTime(Long endTime) |
DescribeSystemLogRequest |
setEntityObject(String entityObject) |
DescribeSystemLogRequest |
setEntityType(Integer entityType) |
DescribeSystemLogRequest |
setPageNumber(Integer pageNumber) |
DescribeSystemLogRequest |
setPageSize(Integer pageSize) |
DescribeSystemLogRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The bills of the burstable clean bandwidth that are issued before this point in time are queried. The value is a UNIX timestamp. Unit: milliseconds.
This parameter is required.
example:1640966400000
@NameInMap(value="EntityObject") public String entityObject
The IP address of the instance.
example:You can call the DescribeInstanceDetails operation to query the IP addresses of all instances.
203.107.XX.XX
@NameInMap(value="EntityType") public Integer entityType
The type of the system log. Set the value to 20, which indicates the billing logs for the burstable clean bandwidth.
example:You must specify this parameter. Otherwise, the call fails.
20
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
This parameter is required.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
This parameter is required.
example:10
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The bills of the burstable clean bandwidth that are issued after this point in time are queried. The value is a UNIX timestamp. Unit: milliseconds.
This parameter is required.
example:1609430400000
public static DescribeSystemLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemLogRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeSystemLogRequest setEntityObject(String entityObject)
public String getEntityObject()
public DescribeSystemLogRequest setEntityType(Integer entityType)
public Integer getEntityType()
public DescribeSystemLogRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeSystemLogRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeSystemLogRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.