public class WebHookReceiverUsage extends AbstractModel
header, skipSign
Constructor and Description |
---|
WebHookReceiverUsage() |
WebHookReceiverUsage(WebHookReceiverUsage 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 |
getPolicyName()
Get Policy name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getReceiverId()
Get Recipient ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getReceiverName()
Get Recipient name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPolicyName(String PolicyName)
Set Policy name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReceiverId(Long ReceiverId)
Set Recipient ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReceiverName(String ReceiverName)
Set Recipient name
Note: This field may return null, indicating that no valid values can be obtained.
|
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 WebHookReceiverUsage()
public WebHookReceiverUsage(WebHookReceiverUsage source)
public Long getReceiverId()
public void setReceiverId(Long ReceiverId)
ReceiverId
- Recipient ID
Note: This field may return null, indicating that no valid values can be obtained.public String getReceiverName()
public void setReceiverName(String ReceiverName)
ReceiverName
- Recipient name
Note: This field may return null, indicating that no valid values can be obtained.public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- Policy name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.