Class ModifyRoundPlayRequest

    • Constructor Detail

      • ModifyRoundPlayRequest

        public ModifyRoundPlayRequest()
      • ModifyRoundPlayRequest

        public ModifyRoundPlayRequest​(ModifyRoundPlayRequest 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

      • getRoundPlayId

        public String getRoundPlayId()
        Get 轮播播单唯一标识。
        Returns:
        RoundPlayId 轮播播单唯一标识。
      • setRoundPlayId

        public void setRoundPlayId​(String RoundPlayId)
        Set 轮播播单唯一标识。
        Parameters:
        RoundPlayId - 轮播播单唯一标识。
      • getSubAppId

        public Long getSubAppId()
        Get 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
        Returns:
        SubAppId 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
      • setSubAppId

        public void setSubAppId​(Long SubAppId)
        Set 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
        Parameters:
        SubAppId - 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
      • getStartTime

        public String getStartTime()
        Get 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
        Returns:
        StartTime 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
        Parameters:
        StartTime - 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
      • getRoundPlaylist

        public RoundPlayListItemInfo[] getRoundPlaylist()
        Get 轮播列表。
      • 数组长度限制:100。
Returns:
RoundPlaylist 轮播列表。
  • 数组长度限制:100。
  • Parameters:
    RoundPlaylist - 轮播列表。
  • 数组长度限制:100。