public static final class DeleteGatewayServiceResponseBody.Data.Builder extends Object
public DeleteGatewayServiceResponseBody.Data.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:1
public DeleteGatewayServiceResponseBody.Data.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-7ea3da97b96543e19f6c597c****
public DeleteGatewayServiceResponseBody.Data.Builder gmtCreate(String gmtCreate)
The time when the service was created.
example:2022-01-14 14:39:16
public DeleteGatewayServiceResponseBody.Data.Builder gmtModified(String gmtModified)
The last modification time.
example:2022-01-07T10:07:57.000+0000
public DeleteGatewayServiceResponseBody.Data.Builder groupName(String groupName)
The name of the group.
example:DEFAULT_GROUP
public DeleteGatewayServiceResponseBody.Data.Builder id(Long id)
The ID of the service.
example:190
public DeleteGatewayServiceResponseBody.Data.Builder ips(List<String> ips)
IP
public DeleteGatewayServiceResponseBody.Data.Builder metaInfo(String metaInfo)
The basic information about the service.
example:{}
public DeleteGatewayServiceResponseBody.Data.Builder name(String name)
The name of the service.
example:test
public DeleteGatewayServiceResponseBody.Data.Builder namespace(String namespace)
The namespace.
example:default
public DeleteGatewayServiceResponseBody.Data.Builder serviceNameInRegistry(String serviceNameInRegistry)
The name of the service registered with the service registry.
example:test
public DeleteGatewayServiceResponseBody.Data.Builder sourceId(Long sourceId)
The ID of the service source.
example:1
public DeleteGatewayServiceResponseBody.Data.Builder sourceType(String sourceType)
The source type of the service.
example:MSE
public DeleteGatewayServiceResponseBody.Data build()
Copyright © 2026. All rights reserved.