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

com.volcengine.model.acep.v20231030.ResultPodDc Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

机房。

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

运营商。

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

机房名称。

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

区域。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy