public class PolicyTriggerLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PolicyTriggerLog() | 
| PolicyTriggerLog(PolicyTriggerLog 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 | getContent()Get 内容 | 
| String | getCreatTime()Get 触发时间 | 
| String | getName()Get 名称 | 
| Long | getTaskId()Get 演练ID | 
| Long | getTriggerType()Get 类型,0--触发,1--恢复 | 
| void | setContent(String Content)Set 内容 | 
| void | setCreatTime(String CreatTime)Set 触发时间 | 
| void | setName(String Name)Set 名称 | 
| void | setTaskId(Long TaskId)Set 演练ID | 
| void | setTriggerType(Long TriggerType)Set 类型,0--触发,1--恢复 | 
| 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 PolicyTriggerLog()
public PolicyTriggerLog(PolicyTriggerLog source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - 演练IDpublic String getName()
public void setName(String Name)
Name - 名称public Long getTriggerType()
public void setTriggerType(Long TriggerType)
TriggerType - 类型,0--触发,1--恢复public String getContent()
public void setContent(String Content)
Content - 内容public String getCreatTime()
public void setCreatTime(String CreatTime)
CreatTime - 触发时间Copyright © 2025. All rights reserved.