public class WebHookEventKv extends AbstractModel
header, skipSign
Constructor and Description |
---|
WebHookEventKv() |
WebHookEventKv(WebHookEventKv 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 |
getControlBit()
Get Event content
|
Long |
getType()
Get Event type
|
void |
setControlBit(String ControlBit)
Set Event content
|
void |
setType(Long Type)
Set Event 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 WebHookEventKv()
public WebHookEventKv(WebHookEventKv source)
public Long getType()
public void setType(Long Type)
Type
- Event typepublic String getControlBit()
public void setControlBit(String ControlBit)
ControlBit
- Event contentCopyright © 2024. All rights reserved.