Class VdSnapshotResponse

java.lang.Object
com.emc.d2fs.services.vdsnapshot_service.VdSnapshotResponse
All Implemented Interfaces:
Serializable

public class VdSnapshotResponse 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">
       <attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • VdSnapshotResponse

      public VdSnapshotResponse()
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Gets the value of the success property.
    • setSuccess

      public void setSuccess(boolean value)
      Sets the value of the success property.