-
public class ShareSentUserDetailBean
User details of the person being shared.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
autoSharing
private String
remarkName
private List<DeviceShareBean>
devices
private String
mobile
private String
nameWithoutRemark
-
Method Summary
Modifier and Type Method Description void
setAutoSharing(boolean autoSharing)
String
getRemarkName()
void
setRemarkName(String remarkName)
List<DeviceShareBean>
getDevices()
void
setDevices(List<DeviceShareBean> devices)
String
getMobile()
void
setMobile(String mobile)
String
getNameWithoutRemark()
void
setNameWithoutRemark(String nameWithoutRemark)
boolean
isAutoSharing()
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
-
-
-
-