public class Content extends AbstractModel
header, skipSign
Constructor and Description |
---|
Content() |
Content(Content 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 |
getDiagnose()
Get Diagnosis
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getOperation()
Get OperationNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getReason()
Get Reason
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskId()
Get Task IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskName()
Get Task NameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getUrl()
Get Link
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDiagnose(String Diagnose)
Set Diagnosis
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setOperation(String Operation)
Set OperationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setReason(String Reason)
Set Reason
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskId(String TaskId)
Set Task IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskName(String TaskName)
Set Task NameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setUrl(String Url)
Set Link
Note: This field may return null, indicating that no valid value can be obtained.
|
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 Content()
public Content(Content source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task IDNote: This field may return null, indicating that no valid value can be obtained.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Task NameNote: This field may return null, indicating that no valid value can be obtained.public String getDiagnose()
public void setDiagnose(String Diagnose)
Diagnose
- Diagnosis
Note: This field may return null, indicating that no valid value can be obtained.public String getReason()
public void setReason(String Reason)
Reason
- Reason
Note: This field may return null, indicating that no valid value can be obtained.public String getOperation()
public void setOperation(String Operation)
Operation
- OperationNote: This field may return null, indicating that no valid value can be obtained.public String getUrl()
public void setUrl(String Url)
Url
- Link
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.