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

com.byteplus.model.live.v20200801.DescribeCallbackResResultCallbackListItem Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;
import java.util.List;
import java.util.Map;

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

    /**
     * 

应用名称

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

开启鉴权

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuthEnable") private Boolean authEnable; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuthField") private Map authField; /** *

密钥

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

TODO

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

回调数据列表

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CallbackDetailList") private List callbackDetailList; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CallbackField") private List callbackField; /** *

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "EncryptField") private List encryptField; /** *

TODO

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

TODO

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

消息类型。包括以下类型。

* * * *

- push:推流开始回调;

* *

- push\_end:推流结束回调;

* *

- snapshot:截图回调;

* *

- record:录制回调;

* *

- audit\_snapshot:截图审核回调。

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "NotUseVhost") private Boolean notUseVhost; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RetryInternalSecond") private Integer retryInternalSecond; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RetryTimes") private Integer retryTimes; /** *

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TimeoutSecond") private Integer timeoutSecond; /** *

是否开启转码流回调,默认为 0。取值及含义如下所示。

* * * *

- 0:false,不开启;

* *

- 1:true,开启。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TranscodeCallback") private Integer transcodeCallback; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ValidDuration") private Integer validDuration; /** *

域名空间名称

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

任务状态回调开关

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TaskStatusCallback") private Integer taskStatusCallback; /** *

创建时间

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy