public class UpdateTaskBaseAttribute extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateTaskBaseAttribute() |
UpdateTaskBaseAttribute(UpdateTaskBaseAttribute 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 |
getOwnerUin()
Get Task owner ID.
|
String |
getTaskDescription()
Get Task description
|
String |
getTaskName()
Get Task name.
|
void |
setOwnerUin(String OwnerUin)
Set Task owner ID.
|
void |
setTaskDescription(String TaskDescription)
Set Task description
|
void |
setTaskName(String TaskName)
Set Task name.
|
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 UpdateTaskBaseAttribute()
public UpdateTaskBaseAttribute(UpdateTaskBaseAttribute source)
public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Task name.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- Task owner ID.public String getTaskDescription()
public void setTaskDescription(String TaskDescription)
TaskDescription
- Task descriptionCopyright © 2025. All rights reserved.