public class SiteMapGenerationResponse extends Object
Constructor and Description |
---|
SiteMapGenerationResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Returns a code representing the error.
|
List<String> |
getSiteMapFilePaths()
List of files representing the siteMap files.
|
String |
getSitemapIndexFileName()
Returns the name of the main SiteMap index file.
|
boolean |
isHasError()
Returns true if the sitemap generation process resulted in an error.
|
void |
setErrorCode(String errorCode)
Sets the error code associated with this SiteMap Generation.
|
void |
setHasError(boolean hasError)
Sets that this response represents an error when generating the SiteMap.
|
void |
setSiteMapFilePaths(List<String> siteMapFilePaths)
Sets the individual sitemap files.
|
void |
setSitemapIndexFileName(String sitemapIndexFileName)
Sets the name of the main index file.
|
public String getSitemapIndexFileName()
public void setSitemapIndexFileName(String sitemapIndexFileName)
sitemapIndexFileName
- public List<String> getSiteMapFilePaths()
public void setSiteMapFilePaths(List<String> siteMapFilePaths)
siteMapFilePaths
- public boolean isHasError()
public void setHasError(boolean hasError)
public String getErrorCode()
public void setErrorCode(String errorCode)
errorCode
- Copyright © 2022. All rights reserved.