public class BatchModifyOpsOwnersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchModifyOpsOwnersRequest() |
BatchModifyOpsOwnersRequest(BatchModifyOpsOwnersRequest 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 |
getOwners()
Get 需要更新的责任人userId信息,多个责任人用;连接
|
String |
getProjectId()
Get 项目Id
|
String[] |
getTaskIdList()
Get 需要更新责任人的TaskId数组
|
void |
setOwners(String Owners)
Set 需要更新的责任人userId信息,多个责任人用;连接
|
void |
setProjectId(String ProjectId)
Set 项目Id
|
void |
setTaskIdList(String[] TaskIdList)
Set 需要更新责任人的TaskId数组
|
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 BatchModifyOpsOwnersRequest()
public BatchModifyOpsOwnersRequest(BatchModifyOpsOwnersRequest source)
public String[] getTaskIdList()
public void setTaskIdList(String[] TaskIdList)
TaskIdList
- 需要更新责任人的TaskId数组public String getOwners()
public void setOwners(String Owners)
Owners
- 需要更新的责任人userId信息,多个责任人用;连接public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IdCopyright © 2024. All rights reserved.