Package org.jupnp.support.model
Klasse BrowseResult
java.lang.Object
org.jupnp.support.model.BrowseResult
- Autor:
- Alessio Gaeta, Christian Bauer
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected UnsignedIntegerFourBytesprotected UnsignedIntegerFourBytesprotected Stringprotected UnsignedIntegerFourBytes -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBrowseResult(String result, long count, long totalMatches) BrowseResult(String result, long count, long totalMatches, long updatedId) BrowseResult(String result, UnsignedIntegerFourBytes count, UnsignedIntegerFourBytes totalMatches, UnsignedIntegerFourBytes containerUpdateID) -
Methodenübersicht
-
Felddetails
-
result
-
count
-
totalMatches
-
containerUpdateID
-
-
Konstruktordetails
-
BrowseResult
public BrowseResult(String result, UnsignedIntegerFourBytes count, UnsignedIntegerFourBytes totalMatches, UnsignedIntegerFourBytes containerUpdateID) -
BrowseResult
-
BrowseResult
-
-
Methodendetails
-
getResult
-
getCount
-
getCountLong
public long getCountLong() -
getTotalMatches
-
getTotalMatchesLong
public long getTotalMatchesLong() -
getContainerUpdateID
-
getContainerUpdateIDLong
public long getContainerUpdateIDLong()
-