public class NoticeReceiver extends AbstractModel
header, skipSign
Constructor and Description |
---|
NoticeReceiver() |
NoticeReceiver(NoticeReceiver 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 |
getEndTime()
Get End time for allowed message receipt
|
Long |
getIndex()
Get Index
|
String[] |
getReceiverChannels()
Get Notification method
`Email`: email `Sms`: SMS `WeChat`: WeChat `Phone`: phone |
Long[] |
getReceiverIds()
Get Recipient
|
String |
getReceiverType()
Get Recipient type.
|
String |
getStartTime()
Get Start time for allowed message receipt
|
void |
setEndTime(String EndTime)
Set End time for allowed message receipt
|
void |
setIndex(Long Index)
Set Index
|
void |
setReceiverChannels(String[] ReceiverChannels)
Set Notification method
`Email`: email `Sms`: SMS `WeChat`: WeChat `Phone`: phone |
void |
setReceiverIds(Long[] ReceiverIds)
Set Recipient
|
void |
setReceiverType(String ReceiverType)
Set Recipient type.
|
void |
setStartTime(String StartTime)
Set Start time for allowed message receipt
|
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 NoticeReceiver()
public NoticeReceiver(NoticeReceiver source)
public String getReceiverType()
public void setReceiverType(String ReceiverType)
ReceiverType
- Recipient type. Valid values:
public Long[] getReceiverIds()
public void setReceiverIds(Long[] ReceiverIds)
ReceiverIds
- Recipientpublic String[] getReceiverChannels()
public void setReceiverChannels(String[] ReceiverChannels)
ReceiverChannels
- Notification method
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time for allowed message receiptpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time for allowed message receiptpublic Long getIndex()
public void setIndex(Long Index)
Index
- IndexCopyright © 2024. All rights reserved.