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

com.byteplus.model.live.v20200801.UpdateRelaySourceV3Body 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;

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

    /**
     * 

域名空间名称

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

应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成

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

组的重试间隔/s,不填默认为1s

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

组的重试次数,不填默认等于group数-1

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

生效类型(order/rand/hot),不填默认order

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

回源组配置详情

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy