Package org.jupnp.support.model
Klasse SearchResult
java.lang.Object
org.jupnp.support.model.SearchResult
- Autor:
- TK Kocheran <rfkrocktk@gmail.com>
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected UnsignedIntegerFourBytesprotected UnsignedIntegerFourBytesprotected Stringprotected UnsignedIntegerFourBytes -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSearchResult(String result, long count, long totalMatches) SearchResult(String result, long count, long totalMatches, long updateID) SearchResult(String result, UnsignedIntegerFourBytes count, UnsignedIntegerFourBytes totalMatches, UnsignedIntegerFourBytes containerUpdateID) -
Methodenübersicht
-
Felddetails
-
result
-
count
-
totalMatches
-
containerUpdateID
-
-
Konstruktordetails
-
SearchResult
public SearchResult(String result, UnsignedIntegerFourBytes count, UnsignedIntegerFourBytes totalMatches, UnsignedIntegerFourBytes containerUpdateID) -
SearchResult
-
SearchResult
-
-
Methodendetails
-
getResult
-
getCount
-
getCountLong
public long getCountLong() -
getTotalMatches
-
getTotalMatchesLong
public long getTotalMatchesLong() -
getContainerUpdateID
-
getContainerUpdateIDLong
public long getContainerUpdateIDLong()
-