Class Dump

java.lang.Object
com.emc.d2fs.models.dump.Dump
All Implemented Interfaces:
Serializable

public class Dump extends Object implements Serializable

Java class for dump complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dump">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="config" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dump" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • Dump

      public Dump()
  • Method Details

    • getConfig

      public String getConfig()
      Gets the value of the config property.
      Returns:
      possible object is String
    • setConfig

      public void setConfig(String value)
      Sets the value of the config property.
      Parameters:
      value - allowed object is String
    • getDump

      public String getDump()
      Gets the value of the dump property.
      Returns:
      possible object is String
    • setDump

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