public class GetPaginationTaskScriptResponseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetPaginationTaskScriptResponseInfo() | 
| GetPaginationTaskScriptResponseInfo(GetPaginationTaskScriptResponseInfo 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 | 
|---|---|
| String | getBase64ScriptContent()Get 分页内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageNum()Get 页码
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageSize()Get 页内尺寸
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageTotal()Get 总页数
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProjectId()Get 项目编号
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTaskId()Get 任务编号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBase64ScriptContent(String Base64ScriptContent)Set 分页内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageNum(Long PageNum)Set 页码
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageSize(Long PageSize)Set 页内尺寸
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageTotal(Long PageTotal)Set 总页数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProjectId(String ProjectId)Set 项目编号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTaskId(String TaskId)Set 任务编号
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 GetPaginationTaskScriptResponseInfo()
public GetPaginationTaskScriptResponseInfo(GetPaginationTaskScriptResponseInfo source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目编号
注意:此字段可能返回 null,表示取不到有效值。public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 任务编号
注意:此字段可能返回 null,表示取不到有效值。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 页内尺寸
注意:此字段可能返回 null,表示取不到有效值。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - 页码
注意:此字段可能返回 null,表示取不到有效值。public Long getPageTotal()
public void setPageTotal(Long PageTotal)
PageTotal - 总页数
注意:此字段可能返回 null,表示取不到有效值。public String getBase64ScriptContent()
public void setBase64ScriptContent(String Base64ScriptContent)
Base64ScriptContent - 分页内容
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.