public static final class ListMachineGroupResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListMachineGroupResponseBody |
build() |
ListMachineGroupResponseBody.Builder |
count(Integer count)
The number of machine groups that are returned on the current page.
|
ListMachineGroupResponseBody.Builder |
machinegroups(List<String> machinegroups)
The machine groups that meet the query conditions.
|
ListMachineGroupResponseBody.Builder |
total(Integer total)
The total number of machine groups that meet the query conditions.
|
public ListMachineGroupResponseBody.Builder count(Integer count)
The number of machine groups that are returned on the current page.
example:2
public ListMachineGroupResponseBody.Builder machinegroups(List<String> machinegroups)
The machine groups that meet the query conditions.
example:[ "test-machine-group-1", "test-machine-group-2" ]
public ListMachineGroupResponseBody.Builder total(Integer total)
The total number of machine groups that meet the query conditions.
example:2
public ListMachineGroupResponseBody build()
Copyright © 2025. All rights reserved.