Class CreateWebThemeConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.CreateWebThemeConfigRequest
-
public class CreateWebThemeConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateWebThemeConfigRequest()
CreateWebThemeConfigRequest(CreateWebThemeConfigRequest 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 Agent
getAgent()
Get 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。UserInfo
getOperator()
Get 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`String
getThemeType()
Get 主题类型,取值如下: **EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置WebThemeConfig
getWebThemeConfig()
Get 主题配置void
setAgent(Agent Agent)
Set 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。void
setOperator(UserInfo Operator)
Set 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`void
setThemeType(String ThemeType)
Set 主题类型,取值如下: **EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置void
setWebThemeConfig(WebThemeConfig WebThemeConfig)
Set 主题配置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
-
CreateWebThemeConfigRequest
public CreateWebThemeConfigRequest()
-
CreateWebThemeConfigRequest
public CreateWebThemeConfigRequest(CreateWebThemeConfigRequest 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
-
getOperator
public UserInfo getOperator()
Get 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`- Returns:
- Operator 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
-
setOperator
public void setOperator(UserInfo Operator)
Set 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`- Parameters:
Operator
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
-
getThemeType
public String getThemeType()
Get 主题类型,取值如下:- **EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置
- Returns:
- ThemeType 主题类型,取值如下:
- **EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置
-
setThemeType
public void setThemeType(String ThemeType)
Set 主题类型,取值如下:- **EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置
- Parameters:
ThemeType
- 主题类型,取值如下:- **EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置
-
getWebThemeConfig
public WebThemeConfig getWebThemeConfig()
Get 主题配置- Returns:
- WebThemeConfig 主题配置
-
setWebThemeConfig
public void setWebThemeConfig(WebThemeConfig WebThemeConfig)
Set 主题配置- Parameters:
WebThemeConfig
- 主题配置
-
getAgent
public Agent getAgent()
Get 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。- Returns:
- Agent 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
-
setAgent
public void setAgent(Agent Agent)
Set 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。- Parameters:
Agent
- 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
-
-