public static final class GetAccountRelationResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAccountRelationResponseBody.Data |
build() |
GetAccountRelationResponseBody.Data.Builder |
childUserId(Long childUserId)
The ID of the Alibaba Cloud account that is used as a member.
|
GetAccountRelationResponseBody.Data.Builder |
endTime(Long endTime)
The time when the financial relationship between the management account and the member was terminated.
|
GetAccountRelationResponseBody.Data.Builder |
gmtModified(Long gmtModified)
The time when the financial relationship between the management account and the member was modified.
|
GetAccountRelationResponseBody.Data.Builder |
id(Long id)
The ID of the financial relationship.
|
GetAccountRelationResponseBody.Data.Builder |
parentUserId(Long parentUserId)
The ID of the Alibaba Cloud account that is used as the management account.
|
GetAccountRelationResponseBody.Data.Builder |
startTime(Long startTime)
The time when the financial relationship between the management account and the member was established.
|
GetAccountRelationResponseBody.Data.Builder |
status(String status)
The status of the financial relationship between the management account and the member.
|
GetAccountRelationResponseBody.Data.Builder |
type(String type)
The type of the financial relationship.
|
public GetAccountRelationResponseBody.Data.Builder childUserId(Long childUserId)
The ID of the Alibaba Cloud account that is used as a member.
example:ID of the Alibaba Cloud account that is used as a member
public GetAccountRelationResponseBody.Data.Builder endTime(Long endTime)
The time when the financial relationship between the management account and the member was terminated.
example:2021-12-01
public GetAccountRelationResponseBody.Data.Builder gmtModified(Long gmtModified)
The time when the financial relationship between the management account and the member was modified.
example:2021-12-01
public GetAccountRelationResponseBody.Data.Builder id(Long id)
The ID of the financial relationship.
example:ID of the financial relationship
public GetAccountRelationResponseBody.Data.Builder parentUserId(Long parentUserId)
The ID of the Alibaba Cloud account that is used as the management account.
example:ID of the Alibaba Cloud account that is used as the management account
public GetAccountRelationResponseBody.Data.Builder startTime(Long startTime)
The time when the financial relationship between the management account and the member was established.
example:2021-11-01
public GetAccountRelationResponseBody.Data.Builder status(String status)
The status of the financial relationship between the management account and the member.
RELATED
public GetAccountRelationResponseBody.Data.Builder type(String type)
The type of the financial relationship.
example:enterprise_group
public GetAccountRelationResponseBody.Data build()
Copyright © 2026. All rights reserved.