Package ch.swisscom.mid.client.model
Class ProfileMobileUserInfo
java.lang.Object
ch.swisscom.mid.client.model.ProfileMobileUserInfo
public class ProfileMobileUserInfo extends Object
-
Constructor Summary
Constructors Constructor Description ProfileMobileUserInfo() -
Method Summary
Modifier and Type Method Description booleanisAutoActivation()booleanisRecoveryCodeCreated()voidsetAutoActivation(boolean autoActivation)voidsetRecoveryCodeCreated(boolean recoveryCodeCreated)StringtoString()
-
Constructor Details
-
ProfileMobileUserInfo
public ProfileMobileUserInfo()
-
-
Method Details
-
isRecoveryCodeCreated
public boolean isRecoveryCodeCreated() -
setRecoveryCodeCreated
public void setRecoveryCodeCreated(boolean recoveryCodeCreated) -
isAutoActivation
public boolean isAutoActivation() -
setAutoActivation
public void setAutoActivation(boolean autoActivation) -
toString
-