@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class NotificationRule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationRule.TriggerEventEnum
Trigger event type
|
| Constructor and Description |
|---|
NotificationRule() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRule |
callbackHandle(String callbackHandle) |
boolean |
equals(Object o) |
String |
getCallbackHandle()
The string that finAPI includes into the notifications that it sends based on this rule.
|
Long |
getId()
Notification rule identifier
|
Map<String,String> |
getParams()
Additional parameters that are specific to the trigger event type.
|
NotificationRule.TriggerEventEnum |
getTriggerEvent()
Trigger event type
|
int |
hashCode() |
NotificationRule |
id(Long id) |
NotificationRule |
includeDetails(Boolean includeDetails) |
Boolean |
isIncludeDetails()
Whether the notification messages that will be sent based on this rule contain encrypted detailed data or not
|
NotificationRule |
params(Map<String,String> params) |
NotificationRule |
putParamsItem(String key,
String paramsItem) |
void |
setCallbackHandle(String callbackHandle) |
void |
setId(Long id) |
void |
setIncludeDetails(Boolean includeDetails) |
void |
setParams(Map<String,String> params) |
void |
setTriggerEvent(NotificationRule.TriggerEventEnum triggerEvent) |
String |
toString() |
NotificationRule |
triggerEvent(NotificationRule.TriggerEventEnum triggerEvent) |
public NotificationRule id(Long id)
public Long getId()
public void setId(Long id)
public NotificationRule triggerEvent(NotificationRule.TriggerEventEnum triggerEvent)
public NotificationRule.TriggerEventEnum getTriggerEvent()
public void setTriggerEvent(NotificationRule.TriggerEventEnum triggerEvent)
public NotificationRule params(Map<String,String> params)
public NotificationRule putParamsItem(String key, String paramsItem)
public Map<String,String> getParams()
public NotificationRule callbackHandle(String callbackHandle)
public String getCallbackHandle()
public void setCallbackHandle(String callbackHandle)
public NotificationRule includeDetails(Boolean includeDetails)
public Boolean isIncludeDetails()
public void setIncludeDetails(Boolean includeDetails)
Copyright © 2018. All rights reserved.