Class GetDefaultDfsServerInfoResponse

java.lang.Object
com.emc.d2fs.services.download_service.GetDefaultDfsServerInfoResponse
All Implemented Interfaces:
Serializable

public class GetDefaultDfsServerInfoResponse 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 ref="{http://www.emc.com/d2fs/models/server_info}server_info"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetDefaultDfsServerInfoResponse

      public GetDefaultDfsServerInfoResponse()
  • Method Details

    • getServerInfo

      public ServerInfo getServerInfo()
      Gets the value of the serverInfo property.
      Returns:
      possible object is ServerInfo
    • setServerInfo

      public void setServerInfo(ServerInfo value)
      Sets the value of the serverInfo property.
      Parameters:
      value - allowed object is ServerInfo