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

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

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

    /**
     * 

大区,映射关系请参见[区域映射](https://www.volcengine.com/docs/6469/114196)

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

国家,映射关系请参见[区域映射](https://www.volcengine.com/docs/6469/114196)。如果按国家筛选,需要同时传入 `Area` 和 `Country`。

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

国内为省,国外暂不支持该参数,映射关系请参见[区域映射](https://www.volcengine.com/docs/6469/114196)。如果按省筛选,需要同时传入 `Area`、`Country` 和 `Province`。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy