com.byteplus.model.live.v20200801.ListVhostDetailResResultVhostListItem Maven / Gradle / Ivy
package com.byteplus.model.live.v20200801;
import com.alibaba.fastjson.JSON;
import java.util.List;
/**
* ListVhostDetailResResultVhostListItem
*/
@lombok.Data
public final class ListVhostDetailResResultVhostListItem {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "AccountID")
private String accountID;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "AppList")
private List appList;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "DomainList")
private List domainList;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ID")
private Integer iD;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Priority")
private Integer priority;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Status")
private Integer status;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Type")
private String type;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Vhost")
private String vhost;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}