public static final class ListGatewayServiceResponseBody.Result.Builder extends Object
public ListGatewayServiceResponseBody.Result.Builder dnsServerList(List<String> dnsServerList)
public ListGatewayServiceResponseBody.Result.Builder gatewayId(Long gatewayId)
The gateway ID.
example:1
public ListGatewayServiceResponseBody.Result.Builder gatewayTrafficPolicy(ListGatewayServiceResponseBody.GatewayTrafficPolicy gatewayTrafficPolicy)
The traffic management policy.
public ListGatewayServiceResponseBody.Result.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-5017305290e14centbrveca****
public ListGatewayServiceResponseBody.Result.Builder gmtCreate(String gmtCreate)
The creation time.
example:2022-01-07 18:07:57
public ListGatewayServiceResponseBody.Result.Builder gmtModified(String gmtModified)
The modification time.
example:2022-01-07 18:07:57
public ListGatewayServiceResponseBody.Result.Builder groupName(String groupName)
The group.
example:test
public ListGatewayServiceResponseBody.Result.Builder healehStatus(String healehStatus)
The health status.
Unhealthy
public ListGatewayServiceResponseBody.Result.Builder healthCheck(Boolean healthCheck)
Indicates whether health checks are performed.
example:true
public ListGatewayServiceResponseBody.Result.Builder healthCheckInfo(ListGatewayServiceResponseBody.HealthCheckInfo healthCheckInfo)
The information about health checks.
public ListGatewayServiceResponseBody.Result.Builder healthStatus(String healthStatus)
The health status.
Unhealthy
public ListGatewayServiceResponseBody.Result.Builder id(Long id)
The ID.
example:1
public ListGatewayServiceResponseBody.Result.Builder ips(List<String> ips)
The list of IP addresses.
public ListGatewayServiceResponseBody.Result.Builder metaInfo(String metaInfo)
The metadata or IP addresses of the service.
example:{}
public ListGatewayServiceResponseBody.Result.Builder name(String name)
The name of the service.
example:test
public ListGatewayServiceResponseBody.Result.Builder namespace(String namespace)
The namespace.
example:public
public ListGatewayServiceResponseBody.Result.Builder ports(List<Integer> ports)
The port array.
public ListGatewayServiceResponseBody.Result.Builder serviceFQDN(String serviceFQDN)
public ListGatewayServiceResponseBody.Result.Builder serviceNameInRegistry(String serviceNameInRegistry)
The name of the service that is registered with the service registry.
example:test
public ListGatewayServiceResponseBody.Result.Builder servicePort(Long servicePort)
The service port number.
example:80
public ListGatewayServiceResponseBody.Result.Builder serviceProtocol(String serviceProtocol)
The protocol of the service.
example:HTTP
public ListGatewayServiceResponseBody.Result.Builder sourceId(Long sourceId)
The ID of the service source.
example:2
public ListGatewayServiceResponseBody.Result.Builder sourceType(String sourceType)
The source type.
example:MSE
public ListGatewayServiceResponseBody.Result.Builder unhealthyEndpoints(List<String> unhealthyEndpoints)
The array of endpoints of unhealthy instances.
public ListGatewayServiceResponseBody.Result.Builder versions(List<ListGatewayServiceResponseBody.Versions> versions)
The service version.
public ListGatewayServiceResponseBody.Result build()
Copyright © 2026. All rights reserved.