public class ServiceProcessFunctionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServiceProcessFunctionInfo() |
ServiceProcessFunctionInfo(ServiceProcessFunctionInfo 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 |
getDetectAlert()
Get 探测告警级别
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDetectFunctionKey()
Get 探测功能描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDetectFunctionValue()
Get 探测功能结果
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDetectTime()
Get 探测结果
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDetetcFunctionKey()
Deprecated.
|
String |
getDetetcFunctionValue()
Deprecated.
|
String |
getDetetcTime()
Deprecated.
|
void |
setDetectAlert(String DetectAlert)
Set 探测告警级别
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetectFunctionKey(String DetectFunctionKey)
Set 探测功能描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetectFunctionValue(String DetectFunctionValue)
Set 探测功能结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetectTime(String DetectTime)
Set 探测结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetetcFunctionKey(String DetetcFunctionKey)
Deprecated.
|
void |
setDetetcFunctionValue(String DetetcFunctionValue)
Deprecated.
|
void |
setDetetcTime(String DetetcTime)
Deprecated.
|
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 ServiceProcessFunctionInfo()
public ServiceProcessFunctionInfo(ServiceProcessFunctionInfo source)
public String getDetectAlert()
public void setDetectAlert(String DetectAlert)
DetectAlert
- 探测告警级别
注意:此字段可能返回 null,表示取不到有效值。@Deprecated public String getDetetcFunctionKey()
@Deprecated public void setDetetcFunctionKey(String DetetcFunctionKey)
DetetcFunctionKey
- 探测功能描述
注意:此字段可能返回 null,表示取不到有效值。@Deprecated public String getDetetcFunctionValue()
@Deprecated public void setDetetcFunctionValue(String DetetcFunctionValue)
DetetcFunctionValue
- 探测功能结果
注意:此字段可能返回 null,表示取不到有效值。@Deprecated public String getDetetcTime()
@Deprecated public void setDetetcTime(String DetetcTime)
DetetcTime
- 探测结果
注意:此字段可能返回 null,表示取不到有效值。public String getDetectFunctionKey()
public void setDetectFunctionKey(String DetectFunctionKey)
DetectFunctionKey
- 探测功能描述
注意:此字段可能返回 null,表示取不到有效值。public String getDetectFunctionValue()
public void setDetectFunctionValue(String DetectFunctionValue)
DetectFunctionValue
- 探测功能结果
注意:此字段可能返回 null,表示取不到有效值。public String getDetectTime()
public void setDetectTime(String DetectTime)
DetectTime
- 探测结果
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.