-
public class CommonConfigBeanDescribe the general service address like Privacy Policy、Service Agreement、FAQ.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringfaqprivate Stringprivacyprivate Stringservice_urlprivate Stringmethod_urlprivate Stringtoco_transfer_guideprivate Stringwifi_device_urlprivate Stringjudge_urlprivate Stringsearch_failure_urlprivate Stringnot_receive_message_urlprivate Stringnot_receive_email_urlprivate Stringthing_activator_custom_service_urlprivate Stringthing_scene_device_helpprivate Stringscenes_validscope_urlprivate Stringcarplay_url
-
Method Summary
Modifier and Type Method Description StringgetFaq()Gets faq address. voidsetFaq(String faq)Sets faq address. StringgetPrivacy()Gets privacy policy address. voidsetPrivacy(String privacy)Sets privacy policy address. StringgetService_url()Gets service address. voidsetService_url(String service_url)Sets service address. StringgetMethod_url()Gets method help address. voidsetMethod_url(String method_url)Sets method help address. StringgetToco_transfer_guide()Gets ipc toco transfer guide. voidsetToco_transfer_guide(String toco_transfer_guide)Sets ipc toco transfer guide. StringgetWifi_device_url()Gets wifi device help address. voidsetWifi_device_url(String wifi_device_url)Sets wifi device help address. StringgetJudge_url()Gets network frequency band judgment help address. voidsetJudge_url(String judge_url)Sets network frequency band judgment help address. StringgetSearch_failure_url()Gets search failure address. voidsetSearch_failure_url(String search_failure_url)Sets search failure address. StringgetNot_receive_message_url()Gets not receive message url. voidsetNot_receive_message_url(String not_receive_message_url)Sets not receive message url. StringgetNot_receive_email_url()Gets not receive email url. voidsetNot_receive_email_url(String not_receive_email_url)Sets not receive email url. StringgetThing_activator_custom_service_url()Get thing activator custom service url voidsetThing_activator_custom_service_url(String thing_activator_custom_service_url)Set thing activator custom service url StringgetThing_scene_device_help()Get thing scene device help voidsetThing_scene_device_help(String thing_scene_device_help)Set thing scene device help StringgetScenes_validscope_url()Get scenes valid scope url voidsetScenes_validscope_url(String scenes_validscope_url)Set scenes valid scope url StringgetCarplay_url()voidsetCarplay_url(String carplay_url)StringgetRouter_help()Gets the router sets help address. voidsetRouter_help(String router_help)Sets the router sets help address. StringgetNetwork_failure()Gets network failure help address. voidsetNetwork_failure(String network_failure)Sets network failure help address. -
-
Method Detail
-
getFaq
String getFaq()
Gets faq address.
-
setFaq
void setFaq(String faq)
Sets faq address.
- Parameters:
faq- the faq address
-
getPrivacy
String getPrivacy()
Gets privacy policy address.
-
setPrivacy
void setPrivacy(String privacy)
Sets privacy policy address.
- Parameters:
privacy- the privacy policy address
-
getService_url
String getService_url()
Gets service address.
-
setService_url
void setService_url(String service_url)
Sets service address.
- Parameters:
service_url- the service address
-
getMethod_url
String getMethod_url()
Gets method help address.
-
setMethod_url
void setMethod_url(String method_url)
Sets method help address.
- Parameters:
method_url- the method help address
-
getToco_transfer_guide
String getToco_transfer_guide()
Gets ipc toco transfer guide.
-
setToco_transfer_guide
void setToco_transfer_guide(String toco_transfer_guide)
Sets ipc toco transfer guide.
- Parameters:
toco_transfer_guide- the ipc toco transfer guide
-
getWifi_device_url
String getWifi_device_url()
Gets wifi device help address.
-
setWifi_device_url
void setWifi_device_url(String wifi_device_url)
Sets wifi device help address.
- Parameters:
wifi_device_url- the wifi device help address
-
getJudge_url
String getJudge_url()
Gets network frequency band judgment help address.
-
setJudge_url
void setJudge_url(String judge_url)
Sets network frequency band judgment help address.
- Parameters:
judge_url- the judge address
-
getSearch_failure_url
String getSearch_failure_url()
Gets search failure address.
-
setSearch_failure_url
void setSearch_failure_url(String search_failure_url)
Sets search failure address.
- Parameters:
search_failure_url- the search failure address
-
getNot_receive_message_url
String getNot_receive_message_url()
Gets not receive message url.
-
setNot_receive_message_url
void setNot_receive_message_url(String not_receive_message_url)
Sets not receive message url.
- Parameters:
not_receive_message_url- the not receive message url
-
getNot_receive_email_url
String getNot_receive_email_url()
Gets not receive email url.
-
setNot_receive_email_url
void setNot_receive_email_url(String not_receive_email_url)
Sets not receive email url.
- Parameters:
not_receive_email_url- the not receive email url
-
getThing_activator_custom_service_url
String getThing_activator_custom_service_url()
Get thing activator custom service url
-
setThing_activator_custom_service_url
void setThing_activator_custom_service_url(String thing_activator_custom_service_url)
Set thing activator custom service url
- Parameters:
thing_activator_custom_service_url- the thing activator custom service url
-
getThing_scene_device_help
String getThing_scene_device_help()
Get thing scene device help
-
setThing_scene_device_help
void setThing_scene_device_help(String thing_scene_device_help)
Set thing scene device help
- Parameters:
thing_scene_device_help- the thing scene device help
-
getScenes_validscope_url
String getScenes_validscope_url()
Get scenes valid scope url
-
setScenes_validscope_url
void setScenes_validscope_url(String scenes_validscope_url)
Set scenes valid scope url
- Parameters:
scenes_validscope_url- the scenes valid scope url
-
getCarplay_url
String getCarplay_url()
-
setCarplay_url
void setCarplay_url(String carplay_url)
-
getRouter_help
String getRouter_help()
Gets the router sets help address.
-
setRouter_help
void setRouter_help(String router_help)
Sets the router sets help address.
- Parameters:
router_help- the router help address
-
getNetwork_failure
String getNetwork_failure()
Gets network failure help address.
-
setNetwork_failure
void setNetwork_failure(String network_failure)
Sets network failure help address.
- Parameters:
network_failure- the network failure help address
-
-
-
-