Class GetLastSearchQueryTermResponse

java.lang.Object
com.emc.d2fs.services.search_service.GetLastSearchQueryTermResponse
All Implemented Interfaces:
Serializable

public class GetLastSearchQueryTermResponse 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">
       <all>
         <element name="searchQueryTerm" type="{http://www.emc.com/d2fs/models/search_query_term}search_query_term" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetLastSearchQueryTermResponse

      public GetLastSearchQueryTermResponse()
  • Method Details

    • getSearchQueryTerm

      public SearchQueryTerm getSearchQueryTerm()
      Gets the value of the searchQueryTerm property.
      Returns:
      possible object is SearchQueryTerm
    • setSearchQueryTerm

      public void setSearchQueryTerm(SearchQueryTerm value)
      Sets the value of the searchQueryTerm property.
      Parameters:
      value - allowed object is SearchQueryTerm