Class CopyResponse

java.lang.Object
com.emc.d2fs.services.move_service.CopyResponse
All Implemented Interfaces:
Serializable

public class CopyResponse 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="oids" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • CopyResponse

      public CopyResponse()
  • Method Details

    • getOids

      public String getOids()
      Gets the value of the oids property.
      Returns:
      possible object is String
    • setOids

      public void setOids(String value)
      Sets the value of the oids property.
      Parameters:
      value - allowed object is String