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

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

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

    /**
     * 

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy