public class DescribeOpEntitiesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
entityObject
The operation object that you want to query.
|
Integer |
entityType
The type of the operation object that you want to query.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeOpEntitiesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeOpEntitiesRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getEntityObject() |
Integer |
getEntityType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribeOpEntitiesRequest |
setEndTime(Long endTime) |
DescribeOpEntitiesRequest |
setEntityObject(String entityObject) |
DescribeOpEntitiesRequest |
setEntityType(Integer entityType) |
DescribeOpEntitiesRequest |
setPageNumber(Integer pageNumber) |
DescribeOpEntitiesRequest |
setPageSize(Integer pageSize) |
DescribeOpEntitiesRequest |
setResourceGroupId(String resourceGroupId) |
DescribeOpEntitiesRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
The time must be in the latest 30 days.
This parameter is required.
example:1583683200000
@NameInMap(value="EntityObject") public String entityObject
The operation object that you want to query.
example:203...132
@NameInMap(value="EntityType") public Integer entityType
The type of the operation object that you want to query. Valid values:
1
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. For example, to query the returned results on the first page, set the value to 1.
This parameter is required.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 50.
This parameter is required.
example:10
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
The time must be in the latest 30 days.
This parameter is required.
example:1582992000000
public static DescribeOpEntitiesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeOpEntitiesRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeOpEntitiesRequest setEntityObject(String entityObject)
public String getEntityObject()
public DescribeOpEntitiesRequest setEntityType(Integer entityType)
public Integer getEntityType()
public DescribeOpEntitiesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeOpEntitiesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeOpEntitiesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeOpEntitiesRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.