Class GetOfflineDIInstanceListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.GetOfflineDIInstanceListRequest
-
public class GetOfflineDIInstanceListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetOfflineDIInstanceListRequest()
GetOfflineDIInstanceListRequest(GetOfflineDIInstanceListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getPageIndex()
Get 第几页Long
getPageSize()
Get 每页几条String
getProjectId()
Get 项目IdSearchConditionNew
getSearchCondition()
Get 无void
setPageIndex(Long PageIndex)
Set 第几页void
setPageSize(Long PageSize)
Set 每页几条void
setProjectId(String ProjectId)
Set 项目Idvoid
setSearchCondition(SearchConditionNew SearchCondition)
Set 无void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetOfflineDIInstanceListRequest
public GetOfflineDIInstanceListRequest()
-
GetOfflineDIInstanceListRequest
public GetOfflineDIInstanceListRequest(GetOfflineDIInstanceListRequest 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.
-
-
Method Detail
-
getPageIndex
public Long getPageIndex()
Get 第几页- Returns:
- PageIndex 第几页
-
setPageIndex
public void setPageIndex(Long PageIndex)
Set 第几页- Parameters:
PageIndex
- 第几页
-
getPageSize
public Long getPageSize()
Get 每页几条- Returns:
- PageSize 每页几条
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页几条- Parameters:
PageSize
- 每页几条
-
getProjectId
public String getProjectId()
Get 项目Id- Returns:
- ProjectId 项目Id
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目Id- Parameters:
ProjectId
- 项目Id
-
getSearchCondition
public SearchConditionNew getSearchCondition()
Get 无- Returns:
- SearchCondition 无
-
setSearchCondition
public void setSearchCondition(SearchConditionNew SearchCondition)
Set 无- Parameters:
SearchCondition
- 无
-
-