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

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

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

    /**
     * 

运营商

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

机房

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

集群

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

代理列表

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy