public class WebhookTriggerLog extends AbstractModel
Constructor and Description |
---|
WebhookTriggerLog() |
WebhookTriggerLog(WebhookTriggerLog 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 |
getCreationTime()
Get Creation time
|
String |
getDetail()
Get Details
|
String |
getEventType()
Get Event type
|
Long |
getId()
Get Log ID
|
String |
getNotifyType()
Get Notification type
|
String |
getStatus()
Get Status
|
Long |
getTriggerId()
Get Trigger ID
|
String |
getUpdateTime()
Get Update time
|
void |
setCreationTime(String CreationTime)
Set Creation time
|
void |
setDetail(String Detail)
Set Details
|
void |
setEventType(String EventType)
Set Event type
|
void |
setId(Long Id)
Set Log ID
|
void |
setNotifyType(String NotifyType)
Set Notification type
|
void |
setStatus(String Status)
Set Status
|
void |
setTriggerId(Long TriggerId)
Set Trigger ID
|
void |
setUpdateTime(String UpdateTime)
Set Update time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WebhookTriggerLog()
public WebhookTriggerLog(WebhookTriggerLog source)
public Long getId()
public void setId(Long Id)
Id
- Log IDpublic Long getTriggerId()
public void setTriggerId(Long TriggerId)
TriggerId
- Trigger IDpublic String getEventType()
public void setEventType(String EventType)
EventType
- Event typepublic String getNotifyType()
public void setNotifyType(String NotifyType)
NotifyType
- Notification typepublic String getDetail()
public void setDetail(String Detail)
Detail
- Detailspublic String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timepublic String getStatus()
public void setStatus(String Status)
Status
- StatusCopyright © 2023. All rights reserved.