你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContinentsResponseContinentsItem 类

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ContinentsResponseContinentsItem

public class ContinentsResponseContinentsItem

ContinentsResponseContinentsItem 模型。

构造函数摘要

构造函数 说明
ContinentsResponseContinentsItem()

方法摘要

修饰符和类型 方法和描述
java.lang.String id()

获取 ID 值。

ContinentsResponseContinentsItem withId(String id)

设置 ID 值。

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

构造函数详细信息

ContinentsResponseContinentsItem

public ContinentsResponseContinentsItem()

方法详细信息

id

public String id()

获取 ID 值。

Returns:

id 值

withId

public ContinentsResponseContinentsItem withId(String id)

设置 ID 值。

Parameters:

id - 要设置的 id 值

Returns:

ContinentsResponseContinentsItem 对象本身。

适用于