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

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

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

    /**
     * 

推流域名

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

页码,默认值为 1,取值范围为正整数

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

每页数量,取值范围为 [1,500],默认值为 20

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy