Class DeleteLiveVideoListRequest

    • Constructor Detail

      • DeleteLiveVideoListRequest

        public DeleteLiveVideoListRequest()
      • DeleteLiveVideoListRequest

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

      • getIntIDs

        public Long[] getIntIDs()
        Get 视频ID 列表, 大小限制(100)
        Returns:
        IntIDs 视频ID 列表, 大小限制(100)
      • setIntIDs

        public void setIntIDs​(Long[] IntIDs)
        Set 视频ID 列表, 大小限制(100)
        Parameters:
        IntIDs - 视频ID 列表, 大小限制(100)