public class DashboardSubscribeData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DashboardSubscribeData() | 
| DashboardSubscribeData(DashboardSubscribeData 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 | 
|---|---|
| String[] | getDashboardTime()Get 仪表盘订阅时间,为空标识取仪表盘默认的时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getJumpDomain()Get 调用链接域名。http:// 或者 https:// 开头,不能/结尾 | 
| String | getJumpUrl()Get 自定义跳转链接。 | 
| DashboardNoticeMode[] | getNoticeModes()Get 仪表盘订阅通知方式。 | 
| String | getSubscribeLanguage()Get 语言。 zh 中文、en`英文。 | 
| DashboardTemplateVariable[] | getTemplateVariables()Get 仪表盘订阅模板变量。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTimezone()Get 时区。参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#SHANGHAI | 
| void | setDashboardTime(String[] DashboardTime)Set 仪表盘订阅时间,为空标识取仪表盘默认的时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setJumpDomain(String JumpDomain)Set 调用链接域名。http:// 或者 https:// 开头,不能/结尾 | 
| void | setJumpUrl(String JumpUrl)Set 自定义跳转链接。 | 
| void | setNoticeModes(DashboardNoticeMode[] NoticeModes)Set 仪表盘订阅通知方式。 | 
| void | setSubscribeLanguage(String SubscribeLanguage)Set 语言。 zh 中文、en`英文。 | 
| void | setTemplateVariables(DashboardTemplateVariable[] TemplateVariables)Set 仪表盘订阅模板变量。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTimezone(String Timezone)Set 时区。参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#SHANGHAI | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DashboardSubscribeData()
public DashboardSubscribeData(DashboardSubscribeData source)
public DashboardNoticeMode[] getNoticeModes()
public void setNoticeModes(DashboardNoticeMode[] NoticeModes)
NoticeModes - 仪表盘订阅通知方式。public String[] getDashboardTime()
public void setDashboardTime(String[] DashboardTime)
DashboardTime - 仪表盘订阅时间,为空标识取仪表盘默认的时间。
注意:此字段可能返回 null,表示取不到有效值。public DashboardTemplateVariable[] getTemplateVariables()
public void setTemplateVariables(DashboardTemplateVariable[] TemplateVariables)
TemplateVariables - 仪表盘订阅模板变量。
注意:此字段可能返回 null,表示取不到有效值。public String getTimezone()
public void setTimezone(String Timezone)
Timezone - 时区。参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#SHANGHAIpublic String getSubscribeLanguage()
public void setSubscribeLanguage(String SubscribeLanguage)
SubscribeLanguage - 语言。 zh 中文、en`英文。public String getJumpDomain()
public void setJumpDomain(String JumpDomain)
JumpDomain - 调用链接域名。http:// 或者 https:// 开头,不能/结尾public String getJumpUrl()
public void setJumpUrl(String JumpUrl)
JumpUrl - 自定义跳转链接。Copyright © 2025. All rights reserved.