public static final class ListGatewayAuthConsumerResponseBody.Result.Builder extends Object
public ListGatewayAuthConsumerResponseBody.Result.Builder consumerStatus(Boolean consumerStatus)
The status of the consumer. Valid values:
true
public ListGatewayAuthConsumerResponseBody.Result.Builder description(String description)
The description of the consumer.
example:Description
public ListGatewayAuthConsumerResponseBody.Result.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-5017305290e14centbrveca****
public ListGatewayAuthConsumerResponseBody.Result.Builder gmtCreate(String gmtCreate)
The creation time.
example:2021-09-13 19:24:23
public ListGatewayAuthConsumerResponseBody.Result.Builder gmtModified(String gmtModified)
The modification time.
example:2022-01-07 18:07:57
public ListGatewayAuthConsumerResponseBody.Result.Builder id(Long id)
The ID of the consumer.
example:1
public ListGatewayAuthConsumerResponseBody.Result.Builder name(String name)
The name of the consumer.
example:test
public ListGatewayAuthConsumerResponseBody.Result.Builder primaryUser(String primaryUser)
The creator.
example:123
public ListGatewayAuthConsumerResponseBody.Result.Builder type(String type)
The authentication type. Valid values:
JWT
public ListGatewayAuthConsumerResponseBody.Result build()
Copyright © 2026. All rights reserved.