public class UpdateDeviceCustomTemplateRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
bgImgList |
Integer |
bgType
example:
1
|
String |
bgUrl
|
Boolean |
desensitizeUserName
example:
true:脱敏 false:不脱敏
|
List<String> |
deviceUnionIds |
List<Long> |
groupIds |
Boolean |
hideServerCodeWhenProjecting
example:
true:隐藏 false:不隐藏
|
Boolean |
instruction
example:
true:显示 false:不显示
|
Integer |
isPicTop
example:
1
|
String |
logo
example:
logo
|
String |
orgName
example:
测试企业
|
Integer |
picturePlayInterval
example:
10
|
List<String> |
roomIds |
Boolean |
showCalendarCard
example:
true:展示 false:不展示
|
Boolean |
showCalendarTitle
example:
true:展示 false:不展示
|
Boolean |
showFunctionCard
example:
true:展示 false:不展示
|
Long |
templateId
This parameter is required.
|
String |
templateName
This parameter is required.
|
构造器和说明 |
---|
UpdateDeviceCustomTemplateRequest() |
@NameInMap(value="bgType") public Integer bgType
1
@NameInMap(value="bgUrl") public String bgUrl
@NameInMap(value="customDoc") public String customDoc
测试文本
@NameInMap(value="desensitizeUserName") public Boolean desensitizeUserName
true:脱敏 false:不脱敏
@NameInMap(value="hideServerCodeWhenProjecting") public Boolean hideServerCodeWhenProjecting
true:隐藏 false:不隐藏
@NameInMap(value="instruction") public Boolean instruction
true:显示 false:不显示
@NameInMap(value="isPicTop") public Integer isPicTop
1
@NameInMap(value="logo") public String logo
logo
@NameInMap(value="orgName") public String orgName
测试企业
@NameInMap(value="picturePlayInterval") public Integer picturePlayInterval
10
@NameInMap(value="showCalendarCard") public Boolean showCalendarCard
true:展示 false:不展示
@NameInMap(value="showCalendarTitle") public Boolean showCalendarTitle
true:展示 false:不展示
@NameInMap(value="showFunctionCard") public Boolean showFunctionCard
true:展示 false:不展示
@NameInMap(value="templateId") public Long templateId
This parameter is required.
example:89
@NameInMap(value="templateName") public String templateName
This parameter is required.
example:测试模板
public static UpdateDeviceCustomTemplateRequest build(Map<String,?> map) throws Exception
Exception
public UpdateDeviceCustomTemplateRequest setBgImgList(List<String> bgImgList)
public UpdateDeviceCustomTemplateRequest setBgType(Integer bgType)
public Integer getBgType()
public UpdateDeviceCustomTemplateRequest setBgUrl(String bgUrl)
public String getBgUrl()
public UpdateDeviceCustomTemplateRequest setCustomDoc(String customDoc)
public String getCustomDoc()
public UpdateDeviceCustomTemplateRequest setDesensitizeUserName(Boolean desensitizeUserName)
public Boolean getDesensitizeUserName()
public UpdateDeviceCustomTemplateRequest setDeviceUnionIds(List<String> deviceUnionIds)
public UpdateDeviceCustomTemplateRequest setGroupIds(List<Long> groupIds)
public UpdateDeviceCustomTemplateRequest setHideServerCodeWhenProjecting(Boolean hideServerCodeWhenProjecting)
public Boolean getHideServerCodeWhenProjecting()
public UpdateDeviceCustomTemplateRequest setInstruction(Boolean instruction)
public Boolean getInstruction()
public UpdateDeviceCustomTemplateRequest setIsPicTop(Integer isPicTop)
public Integer getIsPicTop()
public UpdateDeviceCustomTemplateRequest setLogo(String logo)
public String getLogo()
public UpdateDeviceCustomTemplateRequest setOrgName(String orgName)
public String getOrgName()
public UpdateDeviceCustomTemplateRequest setPicturePlayInterval(Integer picturePlayInterval)
public Integer getPicturePlayInterval()
public UpdateDeviceCustomTemplateRequest setRoomIds(List<String> roomIds)
public UpdateDeviceCustomTemplateRequest setShowCalendarCard(Boolean showCalendarCard)
public Boolean getShowCalendarCard()
public UpdateDeviceCustomTemplateRequest setShowCalendarTitle(Boolean showCalendarTitle)
public Boolean getShowCalendarTitle()
public UpdateDeviceCustomTemplateRequest setShowFunctionCard(Boolean showFunctionCard)
public Boolean getShowFunctionCard()
public UpdateDeviceCustomTemplateRequest setTemplateId(Long templateId)
public Long getTemplateId()
public UpdateDeviceCustomTemplateRequest setTemplateName(String templateName)
public String getTemplateName()
Copyright © 2024. All rights reserved.