/* Options: Date: 2026-06-14 21:35:23 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://qp-microservices-booster.richemont.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: SitesRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/warranty/v1/sites", Verbs="GET") public static class SitesRequest extends BaseRequest implements IReturn { private static Object responseType = SitesResponse.class; public Object getResponseType() { return responseType; } } public static class SitesResponse extends BaseResponse { public ArrayList sites = null; public ArrayList getSites() { return sites; } public SitesResponse setSites(ArrayList value) { this.sites = value; return this; } } public static class BaseRequest implements IRequest { public String sid = null; public String app = null; public String _os = null; public String _appVersion = null; public String _searchMethod = null; public String getSid() { return sid; } public BaseRequest setSid(String value) { this.sid = value; return this; } public String getApp() { return app; } public BaseRequest setApp(String value) { this.app = value; return this; } public String getOs() { return _os; } public BaseRequest setOs(String value) { this._os = value; return this; } public String getAppVersion() { return _appVersion; } public BaseRequest setAppVersion(String value) { this._appVersion = value; return this; } public String getSearchMethod() { return _searchMethod; } public BaseRequest setSearchMethod(String value) { this._searchMethod = value; return this; } } public static interface IRequest { public String sid = null; public String app = null; } public static class BaseResponse implements IRespose { public String _xmlns = null; public String _type = null; public String _source = null; public String _tstamp = null; public String _user = null; public String _env = null; public String _uri = null; public String _query = null; public String getXmlns() { return _xmlns; } public BaseResponse setXmlns(String value) { this._xmlns = value; return this; } public String getType() { return _type; } public BaseResponse setType(String value) { this._type = value; return this; } public String getSource() { return _source; } public BaseResponse setSource(String value) { this._source = value; return this; } public String getTstamp() { return _tstamp; } public BaseResponse setTstamp(String value) { this._tstamp = value; return this; } public String getUser() { return _user; } public BaseResponse setUser(String value) { this._user = value; return this; } public String getEnv() { return _env; } public BaseResponse setEnv(String value) { this._env = value; return this; } public String getUri() { return _uri; } public BaseResponse setUri(String value) { this._uri = value; return this; } public String getQuery() { return _query; } public BaseResponse setQuery(String value) { this._query = value; return this; } } public static interface IRespose { public String _xmlns = null; public String _type = null; public String _source = null; public String _tstamp = null; public String _user = null; public String _env = null; public String _uri = null; public String _query = null; } public static class Site implements ILookupInt { public String object = null; public Integer id = null; public String name = null; public Address address = null; public ArrayList brands = null; public ArrayList users = null; public Integer isNfcActive = null; public Integer isIOsEmbReaderEnable = null; public Boolean crmPrivacyPolicyMandatory = null; public Boolean crmAllowStoreDataAbroadVisible = null; public Boolean displayFirstLastNameNotLatin = null; public String languageTransliteration = null; public Boolean crmPrivacyPolicyTimeValleeMandatory = null; public Boolean crmAllowStoreDataAbroadTimeValleeVisible = null; public Boolean allowToCreateEndCustomerOutsideChina = null; public Boolean isTimeVallee = null; public Boolean doNotDisplayPOSDataInDisclaimers = null; public Boolean crmFirstNameMandatory = null; public Boolean manageOwnStock = null; public Boolean crmCityMandatory = null; public String getObject() { return object; } public Site setObject(String value) { this.object = value; return this; } public Integer getId() { return id; } public Site setId(Integer value) { this.id = value; return this; } public String getName() { return name; } public Site setName(String value) { this.name = value; return this; } public Address getAddress() { return address; } public Site setAddress(Address value) { this.address = value; return this; } public ArrayList getBrands() { return brands; } public Site setBrands(ArrayList value) { this.brands = value; return this; } public ArrayList getUsers() { return users; } public Site setUsers(ArrayList value) { this.users = value; return this; } public Integer getIsNfcActive() { return isNfcActive; } public Site setIsNfcActive(Integer value) { this.isNfcActive = value; return this; } public Integer getIsIOsEmbReaderEnable() { return isIOsEmbReaderEnable; } public Site setIsIOsEmbReaderEnable(Integer value) { this.isIOsEmbReaderEnable = value; return this; } public Boolean isCrmPrivacyPolicyMandatory() { return crmPrivacyPolicyMandatory; } public Site setCrmPrivacyPolicyMandatory(Boolean value) { this.crmPrivacyPolicyMandatory = value; return this; } public Boolean isCrmAllowStoreDataAbroadVisible() { return crmAllowStoreDataAbroadVisible; } public Site setCrmAllowStoreDataAbroadVisible(Boolean value) { this.crmAllowStoreDataAbroadVisible = value; return this; } public Boolean isDisplayFirstLastNameNotLatin() { return displayFirstLastNameNotLatin; } public Site setDisplayFirstLastNameNotLatin(Boolean value) { this.displayFirstLastNameNotLatin = value; return this; } public String getLanguageTransliteration() { return languageTransliteration; } public Site setLanguageTransliteration(String value) { this.languageTransliteration = value; return this; } public Boolean isCrmPrivacyPolicyTimeValleeMandatory() { return crmPrivacyPolicyTimeValleeMandatory; } public Site setCrmPrivacyPolicyTimeValleeMandatory(Boolean value) { this.crmPrivacyPolicyTimeValleeMandatory = value; return this; } public Boolean isCrmAllowStoreDataAbroadTimeValleeVisible() { return crmAllowStoreDataAbroadTimeValleeVisible; } public Site setCrmAllowStoreDataAbroadTimeValleeVisible(Boolean value) { this.crmAllowStoreDataAbroadTimeValleeVisible = value; return this; } public Boolean isAllowToCreateEndCustomerOutsideChina() { return allowToCreateEndCustomerOutsideChina; } public Site setAllowToCreateEndCustomerOutsideChina(Boolean value) { this.allowToCreateEndCustomerOutsideChina = value; return this; } public Boolean getIsTimeVallee() { return isTimeVallee; } public Site setIsTimeVallee(Boolean value) { this.isTimeVallee = value; return this; } public Boolean isDoNotDisplayPOSDataInDisclaimers() { return doNotDisplayPOSDataInDisclaimers; } public Site setDoNotDisplayPOSDataInDisclaimers(Boolean value) { this.doNotDisplayPOSDataInDisclaimers = value; return this; } public Boolean isCrmFirstNameMandatory() { return crmFirstNameMandatory; } public Site setCrmFirstNameMandatory(Boolean value) { this.crmFirstNameMandatory = value; return this; } public Boolean isManageOwnStock() { return manageOwnStock; } public Site setManageOwnStock(Boolean value) { this.manageOwnStock = value; return this; } public Boolean isCrmCityMandatory() { return crmCityMandatory; } public Site setCrmCityMandatory(Boolean value) { this.crmCityMandatory = value; return this; } } public static class Site { public String object = null; public String id = null; public String name = null; public Address address = null; public Boolean crmPrivacyPolicyMandatory = null; public Boolean crmAllowStoreDataAbroadVisible = null; public Boolean isTimeVallee = null; public Boolean crmPrivacyPolicyTimeValleeMandatory = null; public Boolean crmAllowStoreDataAbroadTimeValleeVisible = null; public Boolean allowToCreateEndCustomerOutsideChina = null; public Boolean displayFirstLastNameNotLatin = null; public String languageTransliteration = null; public Boolean doNotDisplayPOSDataInDisclaimers = null; public Boolean crmFirstNameMandatory = null; public Boolean crmCityMandatory = null; public Boolean manageOwnStock = null; public String getObject() { return object; } public Site setObject(String value) { this.object = value; return this; } public String getId() { return id; } public Site setId(String value) { this.id = value; return this; } public String getName() { return name; } public Site setName(String value) { this.name = value; return this; } public Address getAddress() { return address; } public Site setAddress(Address value) { this.address = value; return this; } public Boolean isCrmPrivacyPolicyMandatory() { return crmPrivacyPolicyMandatory; } public Site setCrmPrivacyPolicyMandatory(Boolean value) { this.crmPrivacyPolicyMandatory = value; return this; } public Boolean isCrmAllowStoreDataAbroadVisible() { return crmAllowStoreDataAbroadVisible; } public Site setCrmAllowStoreDataAbroadVisible(Boolean value) { this.crmAllowStoreDataAbroadVisible = value; return this; } public Boolean getIsTimeVallee() { return isTimeVallee; } public Site setIsTimeVallee(Boolean value) { this.isTimeVallee = value; return this; } public Boolean isCrmPrivacyPolicyTimeValleeMandatory() { return crmPrivacyPolicyTimeValleeMandatory; } public Site setCrmPrivacyPolicyTimeValleeMandatory(Boolean value) { this.crmPrivacyPolicyTimeValleeMandatory = value; return this; } public Boolean isCrmAllowStoreDataAbroadTimeValleeVisible() { return crmAllowStoreDataAbroadTimeValleeVisible; } public Site setCrmAllowStoreDataAbroadTimeValleeVisible(Boolean value) { this.crmAllowStoreDataAbroadTimeValleeVisible = value; return this; } public Boolean isAllowToCreateEndCustomerOutsideChina() { return allowToCreateEndCustomerOutsideChina; } public Site setAllowToCreateEndCustomerOutsideChina(Boolean value) { this.allowToCreateEndCustomerOutsideChina = value; return this; } public Boolean isDisplayFirstLastNameNotLatin() { return displayFirstLastNameNotLatin; } public Site setDisplayFirstLastNameNotLatin(Boolean value) { this.displayFirstLastNameNotLatin = value; return this; } public String getLanguageTransliteration() { return languageTransliteration; } public Site setLanguageTransliteration(String value) { this.languageTransliteration = value; return this; } public Boolean isDoNotDisplayPOSDataInDisclaimers() { return doNotDisplayPOSDataInDisclaimers; } public Site setDoNotDisplayPOSDataInDisclaimers(Boolean value) { this.doNotDisplayPOSDataInDisclaimers = value; return this; } public Boolean isCrmFirstNameMandatory() { return crmFirstNameMandatory; } public Site setCrmFirstNameMandatory(Boolean value) { this.crmFirstNameMandatory = value; return this; } public Boolean isCrmCityMandatory() { return crmCityMandatory; } public Site setCrmCityMandatory(Boolean value) { this.crmCityMandatory = value; return this; } public Boolean isManageOwnStock() { return manageOwnStock; } public Site setManageOwnStock(Boolean value) { this.manageOwnStock = value; return this; } } }