public static final class GetBlackWhiteListResponseBody.Data.Builder extends Object
public GetBlackWhiteListResponseBody.Data.Builder content(String content)
The content of the blacklist.
example:text
public GetBlackWhiteListResponseBody.Data.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:1
public GetBlackWhiteListResponseBody.Data.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-7ea3da97b96543e19f6c597c****
public GetBlackWhiteListResponseBody.Data.Builder gmtCreate(String gmtCreate)
The creation time.
example:2022-01-07T10:07:57.000+0000
public GetBlackWhiteListResponseBody.Data.Builder gmtModified(String gmtModified)
The modification time.
example:2022-01-07T10:07:57.000+0000
public GetBlackWhiteListResponseBody.Data.Builder id(Long id)
The ID.
example:275
public GetBlackWhiteListResponseBody.Data.Builder isWhite(Boolean isWhite)
Indicates whether the whitelist is enabled.
example:true
public GetBlackWhiteListResponseBody.Data.Builder resourceId(Long resourceId)
The ID of the resource.
example:1
public GetBlackWhiteListResponseBody.Data.Builder resourceType(String resourceType)
The type of a resource.
example:GATEWAY
public GetBlackWhiteListResponseBody.Data.Builder status(String status)
The status of the blacklist or whitelist.
example:on
public GetBlackWhiteListResponseBody.Data.Builder type(String type)
The type.
example:IP
public GetBlackWhiteListResponseBody.Data build()
Copyright © 2026. All rights reserved.