Package ch.swisscom.mid.client.model
Class ProfileResponse
- java.lang.Object
-
- ch.swisscom.mid.client.model.ProfileResponse
-
public class ProfileResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProfileDeviceInfo>getAppDevices()ProfileMobileUserInfogetMobileUser()List<String>getSignatureProfiles()List<ProfileDeviceInfo>getSimDevices()voidsetAppDevices(List<ProfileDeviceInfo> appDevices)voidsetMobileUser(ProfileMobileUserInfo mobileUser)voidsetSignatureProfiles(List<String> signatureProfiles)voidsetSimDevices(List<ProfileDeviceInfo> simDevices)StringtoString()
-
-
-
Method Detail
-
getMobileUser
public ProfileMobileUserInfo getMobileUser()
-
setMobileUser
public void setMobileUser(ProfileMobileUserInfo mobileUser)
-
getSimDevices
public List<ProfileDeviceInfo> getSimDevices()
-
setSimDevices
public void setSimDevices(List<ProfileDeviceInfo> simDevices)
-
getAppDevices
public List<ProfileDeviceInfo> getAppDevices()
-
setAppDevices
public void setAppDevices(List<ProfileDeviceInfo> appDevices)
-
-