org.fourthline.cling.support.model
Class SearchResult
java.lang.Object
org.fourthline.cling.support.model.SearchResult
public class SearchResult
- extends Object
- Author:
- TK Kocheran <rfkrocktk@gmail.com>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
protected String result
count
protected UnsignedIntegerFourBytes count
totalMatches
protected UnsignedIntegerFourBytes totalMatches
containerUpdateID
protected UnsignedIntegerFourBytes containerUpdateID
SearchResult
public SearchResult(String result,
UnsignedIntegerFourBytes count,
UnsignedIntegerFourBytes totalMatches,
UnsignedIntegerFourBytes containerUpdateID)
SearchResult
public SearchResult(String result,
long count,
long totalMatches)
SearchResult
public SearchResult(String result,
long count,
long totalMatches,
long updateID)
getResult
public String getResult()
getCount
public UnsignedIntegerFourBytes getCount()
getCountLong
public long getCountLong()
getTotalMatches
public UnsignedIntegerFourBytes getTotalMatches()
getTotalMatchesLong
public long getTotalMatchesLong()
getContainerUpdateID
public UnsignedIntegerFourBytes getContainerUpdateID()
getContainerUpdateIDLong
public long getContainerUpdateIDLong()
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.