public class PublicationMapping extends Object implements com.sdl.odata.client.api.model.ODataIdAwareEntity
| Constructor and Description |
|---|
PublicationMapping() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnvId()
Get the environment id.
|
List<KeyValuePair> |
getExtensionProperties()
Gets the list of Extension Properties for this PublicationMapping.
|
String |
getId()
Get the PublicationMapping id.
|
String |
getRelativeUrl()
Get the PublicationMapping relativeUrl.
|
WebApplication |
getWebApplication() |
int |
hashCode() |
PublicationMapping |
setEnvId(String newEnvironmentId)
Set the environment id.
|
PublicationMapping |
setExtensionProperties(List<KeyValuePair> newExtensionProperties)
Sets the list of Extension Properties for this PublicationMapping.
|
PublicationMapping |
setId(String newId)
Set the PublicationMapping id.
|
PublicationMapping |
setRelativeUrl(String newRelativeURL)
Set the PublicationMapping relativeUrl.
|
PublicationMapping |
setWebApplication(WebApplication newWebApplications) |
String |
toString() |
public String getId()
getId in interface com.sdl.odata.client.api.model.ODataIdAwareEntitypublic PublicationMapping setId(String newId)
newId - The PublicationMapping id.PublicationMapping itself.public String getEnvId()
public PublicationMapping setEnvId(String newEnvironmentId)
newEnvironmentId - The environment id.PublicationMapping itself.public String getRelativeUrl()
public PublicationMapping setRelativeUrl(String newRelativeURL)
newRelativeURL - The PublicationMapping relativeUrl.PublicationMapping itself.public List<KeyValuePair> getExtensionProperties()
public PublicationMapping setExtensionProperties(List<KeyValuePair> newExtensionProperties)
newExtensionProperties - The list of Extension Properties.PublicationMapping itself.public WebApplication getWebApplication()
public PublicationMapping setWebApplication(WebApplication newWebApplications)
Copyright © 2017 SDL Group. All rights reserved.