public class OffsiteFlag extends AbstractModel
Constructor and Description |
---|
OffsiteFlag() |
OffsiteFlag(OffsiteFlag 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 |
---|---|
Long |
getNotifyEmail()
Get Email notification
|
Long |
getNotifyPhone()
Get Phone notification
|
Long |
getNotifyWechat()
Get WeChat notification
|
Long |
getTips()
Get Alert
|
Long |
getVerifyFlag()
Get Verification flag
|
void |
setNotifyEmail(Long NotifyEmail)
Set Email notification
|
void |
setNotifyPhone(Long NotifyPhone)
Set Phone notification
|
void |
setNotifyWechat(Long NotifyWechat)
Set WeChat notification
|
void |
setTips(Long Tips)
Set Alert
|
void |
setVerifyFlag(Long VerifyFlag)
Set Verification flag
|
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 OffsiteFlag()
public OffsiteFlag(OffsiteFlag source)
public Long getVerifyFlag()
public void setVerifyFlag(Long VerifyFlag)
VerifyFlag
- Verification flagpublic Long getNotifyPhone()
public void setNotifyPhone(Long NotifyPhone)
NotifyPhone
- Phone notificationpublic Long getNotifyEmail()
public void setNotifyEmail(Long NotifyEmail)
NotifyEmail
- Email notificationpublic Long getNotifyWechat()
public void setNotifyWechat(Long NotifyWechat)
NotifyWechat
- WeChat notificationpublic Long getTips()
public void setTips(Long Tips)
Tips
- AlertCopyright © 2023. All rights reserved.