-
public class ShareSentUserDetailBeanUser details of the person being shared.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanautoSharingprivate StringremarkNameprivate List<DeviceShareBean>devicesprivate Stringmobileprivate StringnameWithoutRemark
-
Method Summary
Modifier and Type Method Description voidsetAutoSharing(boolean autoSharing)StringgetRemarkName()voidsetRemarkName(String remarkName)List<DeviceShareBean>getDevices()voidsetDevices(List<DeviceShareBean> devices)StringgetMobile()voidsetMobile(String mobile)StringgetNameWithoutRemark()voidsetNameWithoutRemark(String nameWithoutRemark)booleanisAutoSharing()isAutoSharing -
-
Method Detail
-
setAutoSharing
void setAutoSharing(boolean autoSharing)
-
getRemarkName
String getRemarkName()
-
setRemarkName
void setRemarkName(String remarkName)
-
getDevices
List<DeviceShareBean> getDevices()
-
setDevices
void setDevices(List<DeviceShareBean> devices)
-
getMobile
String getMobile()
-
setMobile
void setMobile(String mobile)
-
getNameWithoutRemark
String getNameWithoutRemark()
-
setNameWithoutRemark
void setNameWithoutRemark(String nameWithoutRemark)
-
isAutoSharing
boolean isAutoSharing()
isAutoSharing
-
-
-
-