Class GetLastUsedWorkspaceResponse

java.lang.Object
com.emc.d2fs.services.x3config_service.GetLastUsedWorkspaceResponse
All Implemented Interfaces:
Serializable

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

    • GetLastUsedWorkspaceResponse

      public GetLastUsedWorkspaceResponse()
  • Method Details

    • getLastUsedWorkspace

      public String getLastUsedWorkspace()
      Gets the value of the lastUsedWorkspace property.
      Returns:
      possible object is String
    • setLastUsedWorkspace

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