public static final class QueryPermissionListResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryPermissionListResponseBody.Data |
build() |
QueryPermissionListResponseBody.Data.Builder |
endTime(String endTime)
The time when the relationship expired.
|
QueryPermissionListResponseBody.Data.Builder |
masterId(Long masterId)
The ID of the management account.
|
QueryPermissionListResponseBody.Data.Builder |
memberId(Long memberId)
The ID of the member.
|
QueryPermissionListResponseBody.Data.Builder |
permissionList(List<QueryPermissionListResponseBody.PermissionList> permissionList)
The list of permissions.
|
QueryPermissionListResponseBody.Data.Builder |
relationType(String relationType)
The type of the relationship.
|
QueryPermissionListResponseBody.Data.Builder |
setupTime(String setupTime)
The time when the relationship was established.
|
QueryPermissionListResponseBody.Data.Builder |
startTime(String startTime)
The time when the relationship took effect.
|
QueryPermissionListResponseBody.Data.Builder |
state(String state)
The status of the relationship.
|
public QueryPermissionListResponseBody.Data.Builder endTime(String endTime)
The time when the relationship expired. If no value is returned, the relationship is still valid.
example:2021-03-06T15:12Z
public QueryPermissionListResponseBody.Data.Builder masterId(Long masterId)
The ID of the management account.
example:1990699401005016
public QueryPermissionListResponseBody.Data.Builder memberId(Long memberId)
The ID of the member.
example:1851253838840762
public QueryPermissionListResponseBody.Data.Builder permissionList(List<QueryPermissionListResponseBody.PermissionList> permissionList)
The list of permissions.
public QueryPermissionListResponseBody.Data.Builder relationType(String relationType)
The type of the relationship. Valid values: FinancialManagement and FinancialTrusteeship.
example:FinancialManagement
public QueryPermissionListResponseBody.Data.Builder setupTime(String setupTime)
The time when the relationship was established. The time follows the ISO 8601 standard in the yyyy-MM-ddThh:mm:ssZ format. The time is displayed in UTC. For example, 2016-05-23T12:00:00Z indicates that the relationship was established at 20:00:00 on May 23, 2016 (UTC+8).
example:2021-03-02T15:12Z
public QueryPermissionListResponseBody.Data.Builder startTime(String startTime)
The time when the relationship took effect. The time follows the ISO 8601 standard in the yyyy-MM-ddThh:mm:ssZ format. The time is displayed in UTC. For example, 2016-05-23T12:00:00Z indicates that the relationship took effect at 20:00:00 on May 23, 2016 (UTC+8).
example:2021-03-02T15:12Z
public QueryPermissionListResponseBody.Data.Builder state(String state)
The status of the relationship. For more information about valid values of this parameter, see the enumeration values of the RelationshipStatusEnum type in the following table.
example:RELATED
public QueryPermissionListResponseBody.Data build()
Copyright © 2026. All rights reserved.