Class UpdatePrefsResponseSetting
- java.lang.Object
-
- com.cheetahdigital.challenges.core.model.UpdatePrefsResponseSetting
-
public class UpdatePrefsResponseSetting extends java.lang.Object
Update Profile Challenge Response Setting
-
-
Constructor Summary
Constructors Constructor Description UpdatePrefsResponseSetting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Preference>
getAttributes()
java.lang.String
getSubtype()
boolean
isValidateProfileAddress()
void
setAttributes(java.util.List<Preference> attributes)
void
setSubtype(java.lang.String subtype)
void
setValidateProfileAddress(boolean validateProfileAddress)
-
-
-
Method Detail
-
isValidateProfileAddress
public boolean isValidateProfileAddress()
-
setValidateProfileAddress
public void setValidateProfileAddress(boolean validateProfileAddress)
-
getSubtype
public java.lang.String getSubtype()
-
setSubtype
public void setSubtype(java.lang.String subtype)
-
getAttributes
public java.util.List<Preference> getAttributes()
-
setAttributes
public void setAttributes(java.util.List<Preference> attributes)
-
-