public static class GetAccountRelationResponse.Data extends Object
| 构造器和说明 |
|---|
Data() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getChildUserId() |
Long |
getEndTime() |
Long |
getGmtModified() |
Long |
getId() |
Long |
getParentUserId() |
Long |
getStartTime() |
String |
getStatus() |
String |
getType() |
void |
setChildUserId(Long childUserId) |
void |
setEndTime(Long endTime) |
void |
setGmtModified(Long gmtModified) |
void |
setId(Long id) |
void |
setParentUserId(Long parentUserId) |
void |
setStartTime(Long startTime) |
void |
setStatus(String status) |
void |
setType(String type) |
public Long getId()
public void setId(Long id)
public Long getParentUserId()
public void setParentUserId(Long parentUserId)
public Long getChildUserId()
public void setChildUserId(Long childUserId)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public String getType()
public void setType(String type)
public String getStatus()
public void setStatus(String status)
public Long getGmtModified()
public void setGmtModified(Long gmtModified)
Copyright © 2023. All Rights Reserved.