public class DescribeGroupInstancesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGroupInstancesRequest() | 
| DescribeGroupInstancesRequest(DescribeGroupInstancesRequest 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 | 
|---|---|
| String | getGroupId()Get 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。 | 
| Long | getLimit()Get 分页个数;默认值:20 | 
| Long | getOffset()Get 偏移量,默认值:0 | 
| String | getOrderBy()Get 排序字段 | 
| Long | getOrderType()Get 排序类型;0:升序,1:降序 | 
| String | getSearchWord()Get 搜索字段 | 
| void | setGroupId(String GroupId)Set 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。 | 
| void | setLimit(Long Limit)Set 分页个数;默认值:20 | 
| void | setOffset(Long Offset)Set 偏移量,默认值:0 | 
| void | setOrderBy(String OrderBy)Set 排序字段 | 
| void | setOrderType(Long OrderType)Set 排序类型;0:升序,1:降序 | 
| void | setSearchWord(String SearchWord)Set 搜索字段 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeGroupInstancesRequest()
public DescribeGroupInstancesRequest(DescribeGroupInstancesRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 搜索字段public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 排序字段public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType - 排序类型;0:升序,1:降序public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认值:0public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页个数;默认值:20Copyright © 2025. All rights reserved.