public class BusinessManagerRelationsGetListStruct extends Object
| 构造器和说明 |
|---|
BusinessManagerRelationsGetListStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
BusinessManagerRelationsGetListStruct |
accountId(Long accountId) |
BusinessManagerRelationsGetListStruct |
accountType(BMAccountType accountType) |
BusinessManagerRelationsGetListStruct |
corporationName(String corporationName) |
boolean |
equals(Object o) |
Long |
getAccountId()
Get accountId
|
BMAccountType |
getAccountType()
Get accountType
|
String |
getCorporationName()
Get corporationName
|
int |
hashCode() |
void |
setAccountId(Long accountId) |
void |
setAccountType(BMAccountType accountType) |
void |
setCorporationName(String corporationName) |
String |
toString() |
public BusinessManagerRelationsGetListStruct accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public BusinessManagerRelationsGetListStruct corporationName(String corporationName)
public String getCorporationName()
public void setCorporationName(String corporationName)
public BusinessManagerRelationsGetListStruct accountType(BMAccountType accountType)
public BMAccountType getAccountType()
public void setAccountType(BMAccountType accountType)
Copyright © 2020. All rights reserved.