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