Class GetPageServingUrlsResponse

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

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

    • GetPageServingUrlsResponse

      public GetPageServingUrlsResponse()
  • Method Details

    • getPageServingUrl

      public String getPageServingUrl()
      Gets the value of the pageServingUrl property.
      Returns:
      possible object is String
    • setPageServingUrl

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