public class MakePlanOpsDtoCollection extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MakePlanOpsDtoCollection()  | 
MakePlanOpsDtoCollection(MakePlanOpsDtoCollection 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 | 
|---|---|
MakePlanOpsDto[] | 
getItems()
Get Record List
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getPageCount()
Get Number of records on current page
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getPageNumber()
Get Page Number
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getPageSize()
Get Page Size
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getTotalCount()
Get Total Record Count
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getTotalPage()
Get Total number of records
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setItems(MakePlanOpsDto[] Items)
Set Record List
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPageCount(Long PageCount)
Set Number of records on current page
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPageNumber(Long PageNumber)
Set Page Number
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPageSize(Long PageSize)
Set Page Size
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTotalCount(Long TotalCount)
Set Total Record Count
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTotalPage(Long TotalPage)
Set Total number of records
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
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 MakePlanOpsDtoCollection()
public MakePlanOpsDtoCollection(MakePlanOpsDtoCollection source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total Record Count
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalPage()
public void setTotalPage(Long TotalPage)
TotalPage - Total number of records
Note: This field may return null, indicating that no valid value can be obtained.public Long getPageCount()
public void setPageCount(Long PageCount)
PageCount - Number of records on current page
Note: This field may return null, indicating that no valid value can be obtained.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page Number
Note: This field may return null, indicating that no valid value can be obtained.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Page Size
Note: This field may return null, indicating that no valid value can be obtained.public MakePlanOpsDto[] getItems()
public void setItems(MakePlanOpsDto[] Items)
Items - Record List
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.