public static final class GatewayBlackWhiteListResponseBody.Result.Builder extends Object
public GatewayBlackWhiteListResponseBody.Result.Builder content(String content)
The content of the blacklist.
example:1.1.1.1
public GatewayBlackWhiteListResponseBody.Result.Builder gatewayId(Long gatewayId)
The gateway ID.
example:81
public GatewayBlackWhiteListResponseBody.Result.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-5017305290e14centbrveca****
public GatewayBlackWhiteListResponseBody.Result.Builder gmtCreate(String gmtCreate)
The time when the blacklist or whitelist was created.
example:2024-08-02T02:43:40.000+0000
public GatewayBlackWhiteListResponseBody.Result.Builder gmtModified(String gmtModified)
The time when the rule was modified.
example:2024-08-02T02:43:40.000+0000
public GatewayBlackWhiteListResponseBody.Result.Builder id(Long id)
The ID of the blacklist and whitelist.
example:549
public GatewayBlackWhiteListResponseBody.Result.Builder isWhite(Boolean isWhite)
Specifies whether to enable the whitelist feature.
example:true
public GatewayBlackWhiteListResponseBody.Result.Builder name(String name)
The name of the blacklist.
example:test
public GatewayBlackWhiteListResponseBody.Result.Builder note(String note)
The comment.
public GatewayBlackWhiteListResponseBody.Result.Builder resourceId(Long resourceId)
The resource ID.
example:549
public GatewayBlackWhiteListResponseBody.Result.Builder resourceIdJsonList(String resourceIdJsonList)
The list of resource IDs in the JSON format.
[234]
public GatewayBlackWhiteListResponseBody.Result.Builder resourceIdNameJson(String resourceIdNameJson)
The description of the resource name.
example:{}
public GatewayBlackWhiteListResponseBody.Result.Builder resourceType(String resourceType)
The effective scope of the blacklist or whitelist. Valid values:
GATEWAY
public GatewayBlackWhiteListResponseBody.Result.Builder status(String status)
The status of the blacklist or whitelist.
on
public GatewayBlackWhiteListResponseBody.Result.Builder type(String type)
The type of the blacklist and whitelist. The value is fixed to IP address blacklist and whitelist.
example:IP
public GatewayBlackWhiteListResponseBody.Result build()
Copyright © 2026. All rights reserved.