public static final class ListZnodeChildrenResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListZnodeChildrenResponseBody.Data |
build() |
ListZnodeChildrenResponseBody.Data.Builder |
data(String data)
The data of the node.
|
ListZnodeChildrenResponseBody.Data.Builder |
dir(Boolean dir)
Indicates whether the node information was returned.
|
ListZnodeChildrenResponseBody.Data.Builder |
name(String name)
The name of the node.
|
ListZnodeChildrenResponseBody.Data.Builder |
path(String path)
The path of the node.
|
public ListZnodeChildrenResponseBody.Data.Builder data(String data)
The data of the node.
example:cluster
public ListZnodeChildrenResponseBody.Data.Builder dir(Boolean dir)
Indicates whether the node information was returned. Valid values:
true: The node information was returned.false: The node information failed to be returned.true
public ListZnodeChildrenResponseBody.Data.Builder name(String name)
The name of the node.
example:mse-bc1a29b0-160230875****-reg-center-0-1
public ListZnodeChildrenResponseBody.Data.Builder path(String path)
The path of the node.
example:/zookeeper
public ListZnodeChildrenResponseBody.Data build()
Copyright © 2026. All rights reserved.