Class OffsiteFlag
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.OffsiteFlag
-
public class OffsiteFlag extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetNotifyEmail()Get 邮箱通知LonggetNotifyPhone()Get 手机通知LonggetNotifyWechat()Get 微信通知LonggetTips()Get 提示LonggetVerifyFlag()Get 验证标识voidsetNotifyEmail(Long NotifyEmail)Set 邮箱通知voidsetNotifyPhone(Long NotifyPhone)Set 手机通知voidsetNotifyWechat(Long NotifyWechat)Set 微信通知voidsetTips(Long Tips)Set 提示voidsetVerifyFlag(Long VerifyFlag)Set 验证标识voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OffsiteFlag
public OffsiteFlag()
-
OffsiteFlag
public 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.
-
-
Method Detail
-
getVerifyFlag
public Long getVerifyFlag()
Get 验证标识- Returns:
- VerifyFlag 验证标识
-
setVerifyFlag
public void setVerifyFlag(Long VerifyFlag)
Set 验证标识- Parameters:
VerifyFlag- 验证标识
-
getNotifyPhone
public Long getNotifyPhone()
Get 手机通知- Returns:
- NotifyPhone 手机通知
-
setNotifyPhone
public void setNotifyPhone(Long NotifyPhone)
Set 手机通知- Parameters:
NotifyPhone- 手机通知
-
getNotifyEmail
public Long getNotifyEmail()
Get 邮箱通知- Returns:
- NotifyEmail 邮箱通知
-
setNotifyEmail
public void setNotifyEmail(Long NotifyEmail)
Set 邮箱通知- Parameters:
NotifyEmail- 邮箱通知
-
getNotifyWechat
public Long getNotifyWechat()
Get 微信通知- Returns:
- NotifyWechat 微信通知
-
setNotifyWechat
public void setNotifyWechat(Long NotifyWechat)
Set 微信通知- Parameters:
NotifyWechat- 微信通知
-
getTips
public Long getTips()
Get 提示- Returns:
- Tips 提示
-
setTips
public void setTips(Long Tips)
Set 提示- Parameters:
Tips- 提示
-
-