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 Responsible User Id Information that Needs Updating, Connect Multiple Persons in Charge with ;
|
String |
getProjectId()
Get Project ID
|
String[] |
getTaskIdList()
Get TaskId Array that Needs Updated Responsible Person
|
void |
setOwners(String Owners)
Set Responsible User Id Information that Needs Updating, Connect Multiple Persons in Charge with ;
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setTaskIdList(String[] TaskIdList)
Set TaskId Array that Needs Updated Responsible Person
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchModifyOpsOwnersRequest()
public BatchModifyOpsOwnersRequest(BatchModifyOpsOwnersRequest source)
public String[] getTaskIdList()
public void setTaskIdList(String[] TaskIdList)
TaskIdList
- TaskId Array that Needs Updated Responsible Personpublic String getOwners()
public void setOwners(String Owners)
Owners
- Responsible User Id Information that Needs Updating, Connect Multiple Persons in Charge with ;public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDCopyright © 2024. All rights reserved.