Class DeleteDelegationResponse

java.lang.Object
com.emc.d2fs.services.delegation_service.DeleteDelegationResponse
All Implemented Interfaces:
Serializable

public class DeleteDelegationResponse extends Object implements 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>
       </sequence>
       <attribute name="result" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • DeleteDelegationResponse

      public DeleteDelegationResponse()
  • Method Details

    • isResult

      public Boolean isResult()
      Gets the value of the result property.
      Returns:
      possible object is Boolean
    • setResult

      public void setResult(Boolean value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is Boolean