public class AppCustomContent extends AbstractModel
header, skipSign
Constructor and Description |
---|
AppCustomContent() |
AppCustomContent(AppCustomContent source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCssUrl()
Get Custom CSS URL
|
String |
getHomeUrl()
Get Homepage URL, which can be used for redirection
|
String |
getJsUrl()
Get Custom JS URL
|
String |
getLogoUrl()
Get Logo URL
|
String |
getScene()
Get Multiple scenarios can be set for an application.
|
void |
setCssUrl(String CssUrl)
Set Custom CSS URL
|
void |
setHomeUrl(String HomeUrl)
Set Homepage URL, which can be used for redirection
|
void |
setJsUrl(String JsUrl)
Set Custom JS URL
|
void |
setLogoUrl(String LogoUrl)
Set Logo URL
|
void |
setScene(String Scene)
Set Multiple scenarios can be set for an application.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AppCustomContent()
public AppCustomContent(AppCustomContent source)
public String getScene()
public void setScene(String Scene)
Scene
- Multiple scenarios can be set for an application.public String getLogoUrl()
public void setLogoUrl(String LogoUrl)
LogoUrl
- Logo URLpublic String getHomeUrl()
public void setHomeUrl(String HomeUrl)
HomeUrl
- Homepage URL, which can be used for redirectionpublic String getJsUrl()
public void setJsUrl(String JsUrl)
JsUrl
- Custom JS URLpublic String getCssUrl()
public void setCssUrl(String CssUrl)
CssUrl
- Custom CSS URLCopyright © 2024. All rights reserved.