-
public class CommonConfigBean
Describe the general service address like Privacy Policy、Service Agreement、FAQ.
-
-
Field Summary
Fields Modifier and Type Field Description private String
faq
private String
privacy
private String
service_url
private String
method_url
private String
toco_transfer_guide
private String
wifi_device_url
private String
judge_url
private String
search_failure_url
private String
not_receive_message_url
private String
not_receive_email_url
private String
thing_activator_custom_service_url
private String
thing_scene_device_help
private String
scenes_validscope_url
private String
carplay_url
-
Method Summary
Modifier and Type Method Description String
getFaq()
Gets faq address. void
setFaq(String faq)
Sets faq address. String
getPrivacy()
Gets privacy policy address. void
setPrivacy(String privacy)
Sets privacy policy address. String
getService_url()
Gets service address. void
setService_url(String service_url)
Sets service address. String
getMethod_url()
Gets method help address. void
setMethod_url(String method_url)
Sets method help address. String
getToco_transfer_guide()
Gets ipc toco transfer guide. void
setToco_transfer_guide(String toco_transfer_guide)
Sets ipc toco transfer guide. String
getWifi_device_url()
Gets wifi device help address. void
setWifi_device_url(String wifi_device_url)
Sets wifi device help address. String
getJudge_url()
Gets network frequency band judgment help address. void
setJudge_url(String judge_url)
Sets network frequency band judgment help address. String
getSearch_failure_url()
Gets search failure address. void
setSearch_failure_url(String search_failure_url)
Sets search failure address. String
getNot_receive_message_url()
Gets not receive message url. void
setNot_receive_message_url(String not_receive_message_url)
Sets not receive message url. String
getNot_receive_email_url()
Gets not receive email url. void
setNot_receive_email_url(String not_receive_email_url)
Sets not receive email url. String
getThing_activator_custom_service_url()
Get thing activator custom service url void
setThing_activator_custom_service_url(String thing_activator_custom_service_url)
Set thing activator custom service url String
getThing_scene_device_help()
Get thing scene device help void
setThing_scene_device_help(String thing_scene_device_help)
Set thing scene device help String
getScenes_validscope_url()
Get scenes valid scope url void
setScenes_validscope_url(String scenes_validscope_url)
Set scenes valid scope url String
getCarplay_url()
void
setCarplay_url(String carplay_url)
String
getRouter_help()
Gets the router sets help address. void
setRouter_help(String router_help)
Sets the router sets help address. String
getNetwork_failure()
Gets network failure help address. void
setNetwork_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
-
-
-
-