public class OpsWorkflows extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OpsWorkflows()  | 
OpsWorkflows(OpsWorkflows 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 | 
|---|---|
OpsWorkflow[] | 
getItems()
Get Record list 
 | 
Long | 
getPageNumber()
Get Page number 
 | 
Long | 
getPageSize()
Get Pagination size. 
 | 
Long | 
getTotalCount()
Get Total number of results 
 | 
Long | 
getTotalPageNumber()
Get Total pages 
 | 
void | 
setItems(OpsWorkflow[] Items)
Set Record list 
 | 
void | 
setPageNumber(Long PageNumber)
Set Page number 
 | 
void | 
setPageSize(Long PageSize)
Set Pagination size. 
 | 
void | 
setTotalCount(Long TotalCount)
Set Total number of results 
 | 
void | 
setTotalPageNumber(Long TotalPageNumber)
Set Total pages 
 | 
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 OpsWorkflows()
public OpsWorkflows(OpsWorkflows source)
public OpsWorkflow[] getItems()
public void setItems(OpsWorkflow[] Items)
Items - Record listpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of resultspublic Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber - Total pagespublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Pagination size.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page numberCopyright © 2025. All rights reserved.