Class GetImportStructureUrlsRequest
java.lang.Object
com.emc.d2fs.services.download_service.GetImportStructureUrlsRequest
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.emc.com/d2fs/models/context}context"/> </sequence> <attribute name="masterId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="folderPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="structureConfigName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="contentId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="baseUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseUrl property.Gets the value of the contentId property.Gets the value of the context property.Gets the value of the folderPath property.Gets the value of the masterId property.Gets the value of the structureConfigName property.void
setBaseUrl
(String value) Sets the value of the baseUrl property.void
setContentId
(String value) Sets the value of the contentId property.void
setContext
(Context value) Sets the value of the context property.void
setFolderPath
(String value) Sets the value of the folderPath property.void
setMasterId
(String value) Sets the value of the masterId property.void
setStructureConfigName
(String value) Sets the value of the structureConfigName property.
-
Constructor Details
-
GetImportStructureUrlsRequest
public GetImportStructureUrlsRequest()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
Context
-
setContext
Sets the value of the context property.- Parameters:
value
- allowed object isContext
-
getMasterId
Gets the value of the masterId property.- Returns:
- possible object is
String
-
setMasterId
Sets the value of the masterId property.- Parameters:
value
- allowed object isString
-
getFolderPath
Gets the value of the folderPath property.- Returns:
- possible object is
String
-
setFolderPath
Sets the value of the folderPath property.- Parameters:
value
- allowed object isString
-
getStructureConfigName
Gets the value of the structureConfigName property.- Returns:
- possible object is
String
-
setStructureConfigName
Sets the value of the structureConfigName property.- Parameters:
value
- allowed object isString
-
getContentId
Gets the value of the contentId property.- Returns:
- possible object is
String
-
setContentId
Sets the value of the contentId property.- Parameters:
value
- allowed object isString
-
getBaseUrl
Gets the value of the baseUrl property.- Returns:
- possible object is
String
-
setBaseUrl
Sets the value of the baseUrl property.- Parameters:
value
- allowed object isString
-