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