public class OffsiteFlag extends AbstractModel
构造器和说明 |
---|
OffsiteFlag() |
限定符和类型 | 方法和说明 |
---|---|
Long |
getNotifyEmail()
获取邮箱通知
|
Long |
getNotifyPhone()
获取手机通知
|
Long |
getNotifyWechat()
获取微信通知
|
Long |
getVerifyFlag()
获取验证标识
|
void |
setNotifyEmail(Long NotifyEmail)
设置邮箱通知
|
void |
setNotifyPhone(Long NotifyPhone)
设置手机通知
|
void |
setNotifyWechat(Long NotifyWechat)
设置微信通知
|
void |
setVerifyFlag(Long VerifyFlag)
设置验证标识
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getVerifyFlag()
public void setVerifyFlag(Long VerifyFlag)
VerifyFlag
- 验证标识public Long getNotifyPhone()
public void setNotifyPhone(Long NotifyPhone)
NotifyPhone
- 手机通知public Long getNotifyEmail()
public void setNotifyEmail(Long NotifyEmail)
NotifyEmail
- 邮箱通知public Long getNotifyWechat()
public void setNotifyWechat(Long NotifyWechat)
NotifyWechat
- 微信通知Copyright © 2019. All rights reserved.