public class DutySchedule extends AbstractModel
header, skipSign
Constructor and Description |
---|
DutySchedule() |
DutySchedule(DutySchedule 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 |
getPageNumber()
Get 页号
|
Long |
getPageSize()
Get 页大小
|
DutyScheduleData[] |
getRows()
Get 值班表列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalCount()
Get 总条数
|
Long |
getTotalPageNumber()
Get 总页数
|
void |
setPageNumber(Long PageNumber)
Set 页号
|
void |
setPageSize(Long PageSize)
Set 页大小
|
void |
setRows(DutyScheduleData[] Rows)
Set 值班表列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalCount(Long TotalCount)
Set 总条数
|
void |
setTotalPageNumber(Long TotalPageNumber)
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, toJsonString
public DutySchedule()
public DutySchedule(DutySchedule source)
public DutyScheduleData[] getRows()
public void setRows(DutyScheduleData[] Rows)
Rows
- 值班表列表
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总条数public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页号public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 页大小public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber
- 总页数Copyright © 2025. All rights reserved.