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 邮箱通知
|
Long |
getNotifyPhone()
Get 手机通知
|
Long |
getNotifyWechat()
Get 微信通知
|
Long |
getTips()
Get 提示
|
Long |
getVerifyFlag()
Get 验证标识
|
void |
setNotifyEmail(Long NotifyEmail)
Set 邮箱通知
|
void |
setNotifyPhone(Long NotifyPhone)
Set 手机通知
|
void |
setNotifyWechat(Long NotifyWechat)
Set 微信通知
|
void |
setTips(Long Tips)
Set 提示
|
void |
setVerifyFlag(Long VerifyFlag)
Set 验证标识
|
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
- 验证标识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
- 微信通知public Long getTips()
public void setTips(Long Tips)
Tips
- 提示Copyright © 2021. All rights reserved.