com.volcengine.model.acep.v20231030.ResultPodDc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
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