Class ApplyConfigRequest
java.lang.Object
com.emc.d2fs.services.d2_apply_config_service.ApplyConfigRequest
- 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 ref="{http://www.emc.com/d2fs/models/common}id use="required""/> <attribute name="acl" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="autolink" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="naming" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.getId()
Gets the value of the id property.isAcl()
Gets the value of the acl property.Gets the value of the autolink property.isNaming()
Gets the value of the naming property.void
Sets the value of the acl property.void
setAutolink
(Boolean value) Sets the value of the autolink property.void
setContext
(Context value) Sets the value of the context property.void
Sets the value of the id property.void
Sets the value of the naming property.
-
Constructor Details
-
ApplyConfigRequest
public ApplyConfigRequest()
-
-
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
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isAcl
Gets the value of the acl property.- Returns:
- possible object is
Boolean
-
setAcl
Sets the value of the acl property.- Parameters:
value
- allowed object isBoolean
-
isAutolink
Gets the value of the autolink property.- Returns:
- possible object is
Boolean
-
setAutolink
Sets the value of the autolink property.- Parameters:
value
- allowed object isBoolean
-
isNaming
Gets the value of the naming property.- Returns:
- possible object is
Boolean
-
setNaming
Sets the value of the naming property.- Parameters:
value
- allowed object isBoolean
-