public class DefaultClientConfigure extends Object implements ClientConfigure, com.google.gwt.user.client.rpc.IsSerializable
| 限定符和类型 | 字段和说明 |
|---|---|
String |
compileInformation
The Compile information.
|
String |
imagePrefix
The Image prefix.
|
String |
imageUploadProxyUrl
The Image upload proxy url.
|
String |
logo
The Logo.
|
String |
mqttPath
The Mqtt path.
|
String |
mqttPort
The Mqtt port.
|
String |
mqttServer
The Mqtt server.
|
| 构造器和说明 |
|---|
DefaultClientConfigure() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCompileInformation()
Gets compile information.
|
String |
getImagePrefix()
Gets image prefix.
|
String |
getImageUploadProxyUrl()
Gets image upload proxy url.
|
String |
getLogo()
Application Logo
|
String |
getMqttPath()
Gets mqtt path.
|
String |
getMqttPort()
Gets mqtt port.
|
String |
getMqttServer()
Gets mqtt server.
|
void |
setCompileInformation(String compileInformation)
Sets compile information.
|
void |
setImagePrefix(String imagePrefix)
Sets image prefix.
|
void |
setImageUploadProxyUrl(String imageUploadProxyUrl)
Sets image upload proxy url.
|
void |
setLogo(String logo)
Sets logo.
|
void |
setMqttPath(String mqttPath)
Sets mqtt path.
|
void |
setMqttPort(String mqttPort)
Sets mqtt port.
|
void |
setMqttServer(String mqttServer)
Sets mqtt server.
|
public String imageUploadProxyUrl
public String imagePrefix
public String mqttServer
public String mqttPort
public String mqttPath
public String logo
public String compileInformation
public String getImageUploadProxyUrl()
ClientConfiguregetImageUploadProxyUrl 在接口中 ClientConfigurepublic void setImageUploadProxyUrl(String imageUploadProxyUrl)
imageUploadProxyUrl - the image upload proxy urlpublic String getImagePrefix()
ClientConfiguregetImagePrefix 在接口中 ClientConfigurepublic void setImagePrefix(String imagePrefix)
imagePrefix - the image prefixpublic String getMqttServer()
ClientConfiguregetMqttServer 在接口中 ClientConfigurepublic void setMqttServer(String mqttServer)
mqttServer - the mqtt serverpublic String getMqttPort()
ClientConfiguregetMqttPort 在接口中 ClientConfigurepublic void setMqttPort(String mqttPort)
mqttPort - the mqtt portpublic String getMqttPath()
ClientConfiguregetMqttPath 在接口中 ClientConfigurepublic void setMqttPath(String mqttPath)
mqttPath - the mqtt pathpublic String getLogo()
ClientConfiguregetLogo 在接口中 ClientConfigurepublic void setLogo(String logo)
logo - the logopublic String getCompileInformation()
ClientConfiguregetCompileInformation 在接口中 ClientConfigurepublic void setCompileInformation(String compileInformation)
compileInformation - the compile informationCopyright © 2020. All rights reserved.