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 Content
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreatTime()
Get Triggering time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskId()
Get Experiment ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTriggerType()
Get Type.
|
void |
setContent(String Content)
Set Content
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreatTime(String CreatTime)
Set Triggering time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskId(Long TaskId)
Set Experiment ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTriggerType(Long TriggerType)
Set Type.
|
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 PolicyTriggerLog()
public PolicyTriggerLog(PolicyTriggerLog source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Experiment ID
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Name
Note: This field may return null, indicating that no valid values can be obtained.public Long getTriggerType()
public void setTriggerType(Long TriggerType)
TriggerType
- Type. 0: trigger; 1: recovery.
Note: This field may return null, indicating that no valid values can be obtained.public String getContent()
public void setContent(String Content)
Content
- Content
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatTime()
public void setCreatTime(String CreatTime)
CreatTime
- Triggering time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.