public class CommitExportTaskRequest extends AbstractModel
Constructor and Description |
---|
CommitExportTaskRequest() |
CommitExportTaskRequest(CommitExportTaskRequest 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 |
getExecutorGroupId()
Get 执行资源组id
|
Long |
getExportType()
Get 导出类型(1.全部,2.触发行,3.通过行)
|
String |
getProjectId()
Get 项目id
|
String |
getQueueName()
Get 计算资源队列
|
Long |
getRuleExecId()
Get 规则执行Id
|
void |
setExecutorGroupId(String ExecutorGroupId)
Set 执行资源组id
|
void |
setExportType(Long ExportType)
Set 导出类型(1.全部,2.触发行,3.通过行)
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setQueueName(String QueueName)
Set 计算资源队列
|
void |
setRuleExecId(Long RuleExecId)
Set 规则执行Id
|
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 CommitExportTaskRequest()
public CommitExportTaskRequest(CommitExportTaskRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目idpublic Long getRuleExecId()
public void setRuleExecId(Long RuleExecId)
RuleExecId
- 规则执行Idpublic Long getExportType()
public void setExportType(Long ExportType)
ExportType
- 导出类型(1.全部,2.触发行,3.通过行)public String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId
- 执行资源组idpublic String getQueueName()
public void setQueueName(String QueueName)
QueueName
- 计算资源队列Copyright © 2022. All rights reserved.