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 探测告警级别 | 
| String | getDetectFunctionKey()Get 探测功能描述 | 
| String | getDetectFunctionValue()Get 探测功能结果 | 
| String | getDetectTime()Get 探测结果 | 
| String | getDetetcFunctionKey()Deprecated.   | 
| String | getDetetcFunctionValue()Deprecated.   | 
| String | getDetetcTime()Deprecated.   | 
| void | setDetectAlert(String DetectAlert)Set 探测告警级别 | 
| void | setDetectFunctionKey(String DetectFunctionKey)Set 探测功能描述 | 
| void | setDetectFunctionValue(String DetectFunctionValue)Set 探测功能结果 | 
| void | setDetectTime(String DetectTime)Set 探测结果 | 
| 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, toJsonStringpublic ServiceProcessFunctionInfo()
public ServiceProcessFunctionInfo(ServiceProcessFunctionInfo source)
public String getDetectAlert()
public void setDetectAlert(String DetectAlert)
DetectAlert - 探测告警级别@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 - 探测功能描述public String getDetectFunctionValue()
public void setDetectFunctionValue(String DetectFunctionValue)
DetectFunctionValue - 探测功能结果public String getDetectTime()
public void setDetectTime(String DetectTime)
DetectTime - 探测结果Copyright © 2025. All rights reserved.