public class TaskAttachInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskAttachInfo() |
TaskAttachInfo(TaskAttachInfo 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 |
getAttachKey()
Get 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAttachValue()
Get 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachKey(String AttachKey)
Set 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachValue(String AttachValue)
Set 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
注意:此字段可能返回 null,表示取不到有效值。
|
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 TaskAttachInfo()
public TaskAttachInfo(TaskAttachInfo source)
public String getAttachKey()
public void setAttachKey(String AttachKey)
AttachKey
- 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
注意:此字段可能返回 null,表示取不到有效值。public String getAttachValue()
public void setAttachValue(String AttachValue)
AttachValue
- 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.