public class CreateFinancialRelationRequest extends Object
| Constructor and Description |
|---|
CreateFinancialRelationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateFinancialRelationRequest |
accountAlias(String accountAlias) |
CreateFinancialRelationRequest |
authListStr(String authListStr) |
boolean |
equals(Object o) |
String |
getAccountAlias()
Get accountAlias
|
String |
getAuthListStr()
Get authListStr
|
@NotNull Integer |
getRelation()
Get relation
|
@NotNull Long |
getSubAccountID()
Get subAccountID
|
int |
hashCode() |
CreateFinancialRelationRequest |
relation(Integer relation) |
void |
setAccountAlias(String accountAlias) |
void |
setAuthListStr(String authListStr) |
void |
setRelation(Integer relation) |
void |
setSubAccountID(Long subAccountID) |
CreateFinancialRelationRequest |
subAccountID(Long subAccountID) |
String |
toString() |
public CreateFinancialRelationRequest accountAlias(String accountAlias)
public String getAccountAlias()
public void setAccountAlias(String accountAlias)
public CreateFinancialRelationRequest authListStr(String authListStr)
public String getAuthListStr()
public void setAuthListStr(String authListStr)
public CreateFinancialRelationRequest relation(Integer relation)
@NotNull public @NotNull Integer getRelation()
public void setRelation(Integer relation)
public CreateFinancialRelationRequest subAccountID(Long subAccountID)
@NotNull public @NotNull Long getSubAccountID()
public void setSubAccountID(Long subAccountID)
Copyright © 2025. All rights reserved.