-
public class ShareReceivedUserDetailBeanUser details of the sharer.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringmobileprivate List<DeviceShareBean>devicesprivate StringremarkNameprivate StringnameWithoutRemark
-
Method Summary
Modifier and Type Method Description StringgetMobile()voidsetMobile(String mobile)List<DeviceShareBean>getDevices()voidsetDevices(List<DeviceShareBean> devices)StringgetRemarkName()voidsetRemarkName(String remarkName)StringgetNameWithoutRemark()voidsetNameWithoutRemark(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)
-
-
-
-