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

com.volcengine.model.live.DescribeLiveMetricTrafficDataBodyUserRegionListItem Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.live;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

大区,映射关系请参见区域映射

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

国家,映射关系请参见区域映射。如果按国家筛选,需要同时传入 Area 和 Country。

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

国内为省,国外暂不支持该参数,映射关系请参见区域映射。如果按省筛选,需要同时传入 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