All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.live.v20180801.models.ModifyPullStreamConfigRequest Maven / Gradle / Ivy

/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.live.v20180801.models;

import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class ModifyPullStreamConfigRequest extends AbstractModel{

    /**
    * 配置 ID。
获取来源:
1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
2. 通过查询接口DescribePullStreamConfigs获取配置 ID。
    */
    @SerializedName("ConfigId")
    @Expose
    private String ConfigId;

    /**
    * 源 URL,用于拉流的地址。目前可支持直播流及点播文件。
注意:
1. 多个点播 URL 之间使用空格拼接。
2. 目前上限支持10个 URL。
3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
4. 使用标准三层样式,如:http://test.com/live/stream.flv。
    */
    @SerializedName("FromUrl")
    @Expose
    private String FromUrl;

    /**
    * 目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。
1. 仅支持 RTMP 协议。
2. 使用标准三层样式,如:http://test.com/live/stream.flv。
    */
    @SerializedName("ToUrl")
    @Expose
    private String ToUrl;

    /**
    * 区域 ID:
1-深圳。
2-上海。
3-天津。
4-中国香港。
如有改动,需同时传入IspId。
    */
    @SerializedName("AreaId")
    @Expose
    private Long AreaId;

    /**
    * 运营商 ID,
1:电信。
2:移动。
3:联通。
4:其他。
AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
    */
    @SerializedName("IspId")
    @Expose
    private Long IspId;

    /**
    * 开始时间。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
    */
    @SerializedName("StartTime")
    @Expose
    private String StartTime;

    /**
    * 结束时间,注意:
1. 结束时间必须大于开始时间;
2. 结束时间和开始时间必须大于当前时间;
3. 结束时间 和 开始时间 间隔必须小于七天。

使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
    */
    @SerializedName("EndTime")
    @Expose
    private String EndTime;

    /**
     * Get 配置 ID。
获取来源:
1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
2. 通过查询接口DescribePullStreamConfigs获取配置 ID。 
     * @return ConfigId 配置 ID。
获取来源:
1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
2. 通过查询接口DescribePullStreamConfigs获取配置 ID。
     */
    public String getConfigId() {
        return this.ConfigId;
    }

    /**
     * Set 配置 ID。
获取来源:
1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
2. 通过查询接口DescribePullStreamConfigs获取配置 ID。
     * @param ConfigId 配置 ID。
获取来源:
1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
2. 通过查询接口DescribePullStreamConfigs获取配置 ID。
     */
    public void setConfigId(String ConfigId) {
        this.ConfigId = ConfigId;
    }

    /**
     * Get 源 URL,用于拉流的地址。目前可支持直播流及点播文件。
注意:
1. 多个点播 URL 之间使用空格拼接。
2. 目前上限支持10个 URL。
3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
4. 使用标准三层样式,如:http://test.com/live/stream.flv。 
     * @return FromUrl 源 URL,用于拉流的地址。目前可支持直播流及点播文件。
注意:
1. 多个点播 URL 之间使用空格拼接。
2. 目前上限支持10个 URL。
3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
4. 使用标准三层样式,如:http://test.com/live/stream.flv。
     */
    public String getFromUrl() {
        return this.FromUrl;
    }

    /**
     * Set 源 URL,用于拉流的地址。目前可支持直播流及点播文件。
注意:
1. 多个点播 URL 之间使用空格拼接。
2. 目前上限支持10个 URL。
3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
4. 使用标准三层样式,如:http://test.com/live/stream.flv。
     * @param FromUrl 源 URL,用于拉流的地址。目前可支持直播流及点播文件。
注意:
1. 多个点播 URL 之间使用空格拼接。
2. 目前上限支持10个 URL。
3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
4. 使用标准三层样式,如:http://test.com/live/stream.flv。
     */
    public void setFromUrl(String FromUrl) {
        this.FromUrl = FromUrl;
    }

    /**
     * Get 目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。
1. 仅支持 RTMP 协议。
2. 使用标准三层样式,如:http://test.com/live/stream.flv。 
     * @return ToUrl 目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。
1. 仅支持 RTMP 协议。
2. 使用标准三层样式,如:http://test.com/live/stream.flv。
     */
    public String getToUrl() {
        return this.ToUrl;
    }

    /**
     * Set 目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。
1. 仅支持 RTMP 协议。
2. 使用标准三层样式,如:http://test.com/live/stream.flv。
     * @param ToUrl 目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。
1. 仅支持 RTMP 协议。
2. 使用标准三层样式,如:http://test.com/live/stream.flv。
     */
    public void setToUrl(String ToUrl) {
        this.ToUrl = ToUrl;
    }

    /**
     * Get 区域 ID:
1-深圳。
2-上海。
3-天津。
4-中国香港。
如有改动,需同时传入IspId。 
     * @return AreaId 区域 ID:
1-深圳。
2-上海。
3-天津。
4-中国香港。
如有改动,需同时传入IspId。
     */
    public Long getAreaId() {
        return this.AreaId;
    }

    /**
     * Set 区域 ID:
1-深圳。
2-上海。
3-天津。
4-中国香港。
如有改动,需同时传入IspId。
     * @param AreaId 区域 ID:
1-深圳。
2-上海。
3-天津。
4-中国香港。
如有改动,需同时传入IspId。
     */
    public void setAreaId(Long AreaId) {
        this.AreaId = AreaId;
    }

    /**
     * Get 运营商 ID,
1:电信。
2:移动。
3:联通。
4:其他。
AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。 
     * @return IspId 运营商 ID,
1:电信。
2:移动。
3:联通。
4:其他。
AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
     */
    public Long getIspId() {
        return this.IspId;
    }

    /**
     * Set 运营商 ID,
1:电信。
2:移动。
3:联通。
4:其他。
AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
     * @param IspId 运营商 ID,
1:电信。
2:移动。
3:联通。
4:其他。
AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
     */
    public void setIspId(Long IspId) {
        this.IspId = IspId;
    }

    /**
     * Get 开始时间。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。 
     * @return StartTime 开始时间。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
     */
    public String getStartTime() {
        return this.StartTime;
    }

    /**
     * Set 开始时间。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
     * @param StartTime 开始时间。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
     */
    public void setStartTime(String StartTime) {
        this.StartTime = StartTime;
    }

    /**
     * Get 结束时间,注意:
1. 结束时间必须大于开始时间;
2. 结束时间和开始时间必须大于当前时间;
3. 结束时间 和 开始时间 间隔必须小于七天。

使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。 
     * @return EndTime 结束时间,注意:
1. 结束时间必须大于开始时间;
2. 结束时间和开始时间必须大于当前时间;
3. 结束时间 和 开始时间 间隔必须小于七天。

使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
     */
    public String getEndTime() {
        return this.EndTime;
    }

    /**
     * Set 结束时间,注意:
1. 结束时间必须大于开始时间;
2. 结束时间和开始时间必须大于当前时间;
3. 结束时间 和 开始时间 间隔必须小于七天。

使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
     * @param EndTime 结束时间,注意:
1. 结束时间必须大于开始时间;
2. 结束时间和开始时间必须大于当前时间;
3. 结束时间 和 开始时间 间隔必须小于七天。

使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
     */
    public void setEndTime(String EndTime) {
        this.EndTime = EndTime;
    }

    public ModifyPullStreamConfigRequest() {
    }

    /**
     * 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.
     */
    public ModifyPullStreamConfigRequest(ModifyPullStreamConfigRequest source) {
        if (source.ConfigId != null) {
            this.ConfigId = new String(source.ConfigId);
        }
        if (source.FromUrl != null) {
            this.FromUrl = new String(source.FromUrl);
        }
        if (source.ToUrl != null) {
            this.ToUrl = new String(source.ToUrl);
        }
        if (source.AreaId != null) {
            this.AreaId = new Long(source.AreaId);
        }
        if (source.IspId != null) {
            this.IspId = new Long(source.IspId);
        }
        if (source.StartTime != null) {
            this.StartTime = new String(source.StartTime);
        }
        if (source.EndTime != null) {
            this.EndTime = new String(source.EndTime);
        }
    }


    /**
     * Internal implementation, normal users should not use it.
     */
    public void toMap(HashMap map, String prefix) {
        this.setParamSimple(map, prefix + "ConfigId", this.ConfigId);
        this.setParamSimple(map, prefix + "FromUrl", this.FromUrl);
        this.setParamSimple(map, prefix + "ToUrl", this.ToUrl);
        this.setParamSimple(map, prefix + "AreaId", this.AreaId);
        this.setParamSimple(map, prefix + "IspId", this.IspId);
        this.setParamSimple(map, prefix + "StartTime", this.StartTime);
        this.setParamSimple(map, prefix + "EndTime", this.EndTime);

    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy