public static final class ListServiceSourceResponseBody.Data.Builder extends Object
public ListServiceSourceResponseBody.Data.Builder address(String address)
The ID of the Container Service for Kubernetes (ACK) cluster or the endpoint of the Microservices Engine (MSE) instance.
example:public ListServiceSourceResponseBody.Data.Builder bindingWithGateway(Integer bindingWithGateway)
Indicates whether the service source is associated with the gateway. The value 1 indicates that the service source is associated with the gateway.
example:1
public ListServiceSourceResponseBody.Data.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:1
public ListServiceSourceResponseBody.Data.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-2u9uhd9283hd92hgd39g239dg2*****
public ListServiceSourceResponseBody.Data.Builder gmtCreate(String gmtCreate)
The creation time.
example:2022-01-07 18:07:57
public ListServiceSourceResponseBody.Data.Builder gmtModified(String gmtModified)
The update time.
example:2022-01-07 18:07:57
public ListServiceSourceResponseBody.Data.Builder groupList(List<String> groupList)
The array of service groups.
public ListServiceSourceResponseBody.Data.Builder id(Long id)
The ID.
example:1
public ListServiceSourceResponseBody.Data.Builder ingressOptions(ListServiceSourceResponseBody.IngressOptions ingressOptions)
The information about the support for Ingresses by applications.
public ListServiceSourceResponseBody.Data.Builder invalid(Boolean invalid)
public ListServiceSourceResponseBody.Data.Builder name(String name)
The name.
example:test
public ListServiceSourceResponseBody.Data.Builder pathList(List<String> pathList)
The array of root paths of service lists.
public ListServiceSourceResponseBody.Data.Builder source(String source)
The type of the service source.
example:MSE
public ListServiceSourceResponseBody.Data.Builder sourceUniqueId(String sourceUniqueId)
The unique ID of the service source.
example:mse-cn-***
public ListServiceSourceResponseBody.Data.Builder type(String type)
The type.
example:NACOS
public ListServiceSourceResponseBody.Data build()
Copyright © 2026. All rights reserved.