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

com.byteplus.model.live.v20230101.DescribeEncryptHLSResResult Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;

/**
 * DescribeEncryptHLSResResult
 */
@lombok.Data
public final class DescribeEncryptHLSResResult  {

    /**
     * 

客户自建密钥管理服务后,客户端向密钥管理服务请求获取密钥的地址。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "URL") private String uRL; /** *

视频直播服务端生成密钥的更新周期,单位为秒,取值范围为 [60,604800]。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CycleTime") private Float cycleTime; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy