public class WebApplication extends Object implements com.sdl.odata.client.api.model.ODataIdAwareEntity
| Constructor and Description |
|---|
WebApplication() |
| Modifier and Type | Method and Description |
|---|---|
WebApplication |
addExtensionProperty(KeyValuePair newExtensionProperty)
Adds the Extension Property to existing ones.
|
boolean |
equals(Object o) |
List<BaseURL> |
getBaseURLs()
Get the Web Application base URLs.
|
String |
getContextUrl()
Get the context url.
|
List<KeyValuePair> |
getExtensionProperties()
Gets the list of Extension Properties for this WebApplication.
|
String |
getId()
Get the Web Application id.
|
List<PublicationMapping> |
getPublicationMappings()
Get the PublicationMappings for this Web Application.
|
WebCapability |
getWebCapability() |
int |
hashCode() |
WebApplication |
setBaseURLs(List<BaseURL> newBaseURLs)
Set the Web Application base URLs.
|
WebApplication |
setContextUrl(String newContextUrl)
Set the context url.
|
WebApplication |
setExtensionProperties(List<KeyValuePair> newExtensionProperties)
Sets the list of Extension Properties for this WebApplication.
|
WebApplication |
setId(String newId)
Set the Web Application id.
|
WebApplication |
setPublicationMappings(List<PublicationMapping> newPublicationMappings)
Set the PublicationMappings for this Web Application.
|
WebApplication |
setWebCapability(WebCapability newWebCapability) |
String |
toString() |
public String getId()
getId in interface com.sdl.odata.client.api.model.ODataIdAwareEntitypublic WebApplication setId(String newId)
newId - The Web Application id.WebApplication itself.public String getContextUrl()
public WebApplication setContextUrl(String newContextUrl)
newContextUrl - The context url.WebApplication itself.public WebCapability getWebCapability()
public WebApplication setWebCapability(WebCapability newWebCapability)
public List<BaseURL> getBaseURLs()
public WebApplication setBaseURLs(List<BaseURL> newBaseURLs)
newBaseURLs - The Web Application base URLs.WebApplication itself.public List<PublicationMapping> getPublicationMappings()
public WebApplication setPublicationMappings(List<PublicationMapping> newPublicationMappings)
newPublicationMappings - The PublicationMappings for this Web Application.WebApplication itself.public List<KeyValuePair> getExtensionProperties()
public WebApplication setExtensionProperties(List<KeyValuePair> newExtensionProperties)
newExtensionProperties - The list of Extension Properties.WebApplication itself.public WebApplication addExtensionProperty(KeyValuePair newExtensionProperty) throws com.sdl.odata.api.ODataBadRequestException
newExtensionProperty - The Extension Property.WebApplication itself.com.sdl.odata.api.ODataBadRequestException - If there is an property with the same key field.Copyright © 2017 SDL Group. All rights reserved.