public class OffsiteFlag extends AbstractModel
| Constructor and Description | 
|---|
| OffsiteFlag() | 
| 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, toJsonStringpublic 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 © 2020. All rights reserved.