Class URLNotice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.URLNotice
-
public class URLNotice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getEndTime()
Get 通知结束时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。Long
getIsValid()
Get 是否通过验证 0=否 1=是 注意:此字段可能返回 null,表示取不到有效值。Long
getStartTime()
Get 通知开始时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。String
getURL()
Get 回调 url(限长256字符) 注意:此字段可能返回 null,表示取不到有效值。String
getValidationCode()
Get 验证码 注意:此字段可能返回 null,表示取不到有效值。Long[]
getWeekday()
Get 通知周期 1-7表示周一到周日 注意:此字段可能返回 null,表示取不到有效值。void
setEndTime(Long EndTime)
Set 通知结束时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。void
setIsValid(Long IsValid)
Set 是否通过验证 0=否 1=是 注意:此字段可能返回 null,表示取不到有效值。void
setStartTime(Long StartTime)
Set 通知开始时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。void
setURL(String URL)
Set 回调 url(限长256字符) 注意:此字段可能返回 null,表示取不到有效值。void
setValidationCode(String ValidationCode)
Set 验证码 注意:此字段可能返回 null,表示取不到有效值。void
setWeekday(Long[] Weekday)
Set 通知周期 1-7表示周一到周日 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
URLNotice
public URLNotice()
-
URLNotice
public URLNotice(URLNotice 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
-
getURL
public String getURL()
Get 回调 url(限长256字符) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- URL 回调 url(限长256字符) 注意:此字段可能返回 null,表示取不到有效值。
-
setURL
public void setURL(String URL)
Set 回调 url(限长256字符) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
URL
- 回调 url(限长256字符) 注意:此字段可能返回 null,表示取不到有效值。
-
getIsValid
public Long getIsValid()
Get 是否通过验证 0=否 1=是 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsValid 是否通过验证 0=否 1=是 注意:此字段可能返回 null,表示取不到有效值。
-
setIsValid
public void setIsValid(Long IsValid)
Set 是否通过验证 0=否 1=是 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsValid
- 是否通过验证 0=否 1=是 注意:此字段可能返回 null,表示取不到有效值。
-
getValidationCode
public String getValidationCode()
Get 验证码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ValidationCode 验证码 注意:此字段可能返回 null,表示取不到有效值。
-
setValidationCode
public void setValidationCode(String ValidationCode)
Set 验证码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ValidationCode
- 验证码 注意:此字段可能返回 null,表示取不到有效值。
-
getStartTime
public Long getStartTime()
Get 通知开始时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartTime 通知开始时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。
-
setStartTime
public void setStartTime(Long StartTime)
Set 通知开始时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartTime
- 通知开始时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。
-
getEndTime
public Long getEndTime()
Get 通知结束时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndTime 通知结束时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。
-
setEndTime
public void setEndTime(Long EndTime)
Set 通知结束时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndTime
- 通知结束时间 一天开始的秒数 注意:此字段可能返回 null,表示取不到有效值。
-
getWeekday
public Long[] getWeekday()
Get 通知周期 1-7表示周一到周日 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Weekday 通知周期 1-7表示周一到周日 注意:此字段可能返回 null,表示取不到有效值。
-
setWeekday
public void setWeekday(Long[] Weekday)
Set 通知周期 1-7表示周一到周日 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Weekday
- 通知周期 1-7表示周一到周日 注意:此字段可能返回 null,表示取不到有效值。
-
-