public static final class QueryRelationListResponseBody.FinancialRelationInfoList.Builder extends Object
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder accountId(Long accountId)
The ID of the Alibaba Cloud account.
example:1851253838840762
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder accountName(String accountName)
The name of the account.
example:caiwuyun_test4
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder accountNickName(String accountNickName)
The display name of the account.
example:test4
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder accountType(String accountType)
The type of the account. Valid values: MASTER and MEMBER.
example:MEMBER
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder endTime(String endTime)
The time when the relationship became invalid. If no value is returned, the relationship is still valid.
example:2021-03-08T15:12Z
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder relationId(Long relationId)
The ID of the relationship.
example:51463
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder relationType(String relationType)
The type of the relationship. Valid values: FinancialManagement and FinancialTrusteeship.
example:FinancialManagement
public QueryRelationListResponseBody.FinancialRelationInfoList.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. Example: 2016-05-23T12:00:00Z.
example:2021-03-02T15:12Z
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder startTime(String startTime)
The time when the relationship became valid. The time follows the ISO 8601 standard in the yyyy-MM-ddThh:mm:ssZ format. The time is displayed in UTC. Example: 2016-05-23T12:00:00Z.
example:2021-03-02T15:12Z
public QueryRelationListResponseBody.FinancialRelationInfoList.Builder state(String state)
The state of the relationship. One of the enumeration members of the RelationshipStatusEnum data type is returned.
example:RELATED
public QueryRelationListResponseBody.FinancialRelationInfoList build()
Copyright © 2026. All rights reserved.