-
public class ShareReceivedUserDetailBean
User details of the sharer.
-
-
Field Summary
Fields Modifier and Type Field Description private String
mobile
private List<DeviceShareBean>
devices
private String
remarkName
private String
nameWithoutRemark
-
Method Summary
Modifier and Type Method Description String
getMobile()
void
setMobile(String mobile)
List<DeviceShareBean>
getDevices()
void
setDevices(List<DeviceShareBean> devices)
String
getRemarkName()
void
setRemarkName(String remarkName)
String
getNameWithoutRemark()
void
setNameWithoutRemark(String nameWithoutRemark)
-
-
Method Detail
-
getMobile
String getMobile()
-
setMobile
void setMobile(String mobile)
-
getDevices
List<DeviceShareBean> getDevices()
-
setDevices
void setDevices(List<DeviceShareBean> devices)
-
getRemarkName
String getRemarkName()
-
setRemarkName
void setRemarkName(String remarkName)
-
getNameWithoutRemark
String getNameWithoutRemark()
-
setNameWithoutRemark
void setNameWithoutRemark(String nameWithoutRemark)
-
-
-
-