public class PositionTransferRecordItem extends Object
| 构造器和说明 |
|---|
PositionTransferRecordItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAccountId() |
Long |
getCounterpartyAccountId() |
Long |
getCreatedAt() |
String |
getDirection() |
Long |
getFinishedAt() |
Long |
getId() |
String |
getMemo() |
String |
getMethod() |
String |
getStatus() |
Long |
getUpdatedAt() |
Long |
getUserId() |
String |
getUserName() |
void |
setAccountId(Long accountId) |
void |
setCounterpartyAccountId(Long counterpartyAccountId) |
void |
setCreatedAt(Long createdAt) |
void |
setDirection(String direction) |
void |
setFinishedAt(Long finishedAt) |
void |
setId(Long id) |
void |
setMemo(String memo) |
void |
setMethod(String method) |
void |
setStatus(String status) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
public Long getId()
public void setId(Long id)
public Long getAccountId()
public void setAccountId(Long accountId)
public Long getCounterpartyAccountId()
public void setCounterpartyAccountId(Long counterpartyAccountId)
public String getMethod()
public void setMethod(String method)
public String getDirection()
public void setDirection(String direction)
public String getStatus()
public void setStatus(String status)
public String getMemo()
public void setMemo(String memo)
public Long getUserId()
public void setUserId(Long userId)
public String getUserName()
public void setUserName(String userName)
public Long getFinishedAt()
public void setFinishedAt(Long finishedAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
Copyright © 2026. All rights reserved.