public class WebCallback extends AbstractModel
Constructor and Description |
---|
WebCallback() |
WebCallback(WebCallback 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 |
getBody()
Get Request content
Note: This parameter is disused.
|
String |
getCallbackType()
Get Callback type.
|
String[] |
getHeaders()
Get Request header
Note: This parameter is disused.
|
Long |
getIndex()
Get Number
|
String |
getMethod()
Get Callback method.
|
String |
getUrl()
Get Callback address
|
void |
setBody(String Body)
Set Request content
Note: This parameter is disused.
|
void |
setCallbackType(String CallbackType)
Set Callback type.
|
void |
setHeaders(String[] Headers)
Set Request header
Note: This parameter is disused.
|
void |
setIndex(Long Index)
Set Number
|
void |
setMethod(String Method)
Set Callback method.
|
void |
setUrl(String Url)
Set Callback address
|
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 WebCallback()
public WebCallback(WebCallback source)
public String getUrl()
public void setUrl(String Url)
Url
- Callback addresspublic String getCallbackType()
public void setCallbackType(String CallbackType)
CallbackType
- Callback type. Valid values:
public String getMethod()
public void setMethod(String Method)
Method
- Callback method. Valid values:
public String[] getHeaders()
public void setHeaders(String[] Headers)
Headers
- Request header
Note: This parameter is disused. To specify request headers, see `CallBack` in CreateAlarmNotice.
Note: This field may return `null`, indicating that no valid value was found.public String getBody()
public void setBody(String Body)
Body
- Request content
Note: This parameter is disused. To specify request content, see `CallBack` in CreateAlarmNotice.
Note: This field may return `null`, indicating that no valid value was found.public Long getIndex()
public void setIndex(Long Index)
Index
- NumberCopyright © 2023. All rights reserved.