public class DescribeHostGroupRulesRequest extends Object
| Constructor and Description |
|---|
DescribeHostGroupRulesRequest(String hostGroupId,
int pageNumber,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CheckValidation() |
String |
getHostGroupId() |
int |
getPageNumber() |
int |
getPageSize() |
void |
setHostGroupId(String hostGroupId) |
void |
setPageNumber(int pageNumber) |
void |
setPageSize(int pageSize) |
public DescribeHostGroupRulesRequest(String hostGroupId, int pageNumber, int pageSize)
hostGroupId - 机器组的 IDpageNumber - 分页查询时的页码。默认为 1pageSize - 分页大小。默认为 20public void setHostGroupId(String hostGroupId)
hostGroupId - 机器组的 IDpublic void setPageNumber(int pageNumber)
pageNumber - 分页查询时的页码。默认为 1public void setPageSize(int pageSize)
pageSize - 分页大小。默认为 20public int getPageNumber()
public int getPageSize()
public String getHostGroupId()
public boolean CheckValidation()
Copyright © 2025. All rights reserved.