public class GetOfflineDIInstanceListRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getPageIndex()
Get 第几页
|
Long |
getPageSize()
Get 每页几条
|
String |
getProjectId()
Get 项目Id
|
SearchConditionNew |
getSearchCondition()
Get 无
|
void |
setPageIndex(Long PageIndex)
Set 第几页
|
void |
setPageSize(Long PageSize)
Set 每页几条
|
void |
setProjectId(String ProjectId)
Set 项目Id
|
void |
setSearchCondition(SearchConditionNew SearchCondition)
Set 无
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetOfflineDIInstanceListRequest()
public GetOfflineDIInstanceListRequest(GetOfflineDIInstanceListRequest source)
public Long getPageIndex()
public void setPageIndex(Long PageIndex)
PageIndex
- 第几页public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页几条public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目Idpublic SearchConditionNew getSearchCondition()
public void setSearchCondition(SearchConditionNew SearchCondition)
SearchCondition
- 无Copyright © 2022. All rights reserved.