org.teleal.cling.support.model
Class BrowseResult
java.lang.Object
org.teleal.cling.support.model.BrowseResult
public class BrowseResult
- extends Object
- Author:
- Alessio Gaeta, Christian Bauer
Field Summary |
protected org.teleal.cling.model.types.UnsignedIntegerFourBytes |
containerUpdateID
|
protected org.teleal.cling.model.types.UnsignedIntegerFourBytes |
count
|
protected String |
result
|
protected org.teleal.cling.model.types.UnsignedIntegerFourBytes |
totalMatches
|
Constructor Summary |
BrowseResult(String result,
long count,
long totalMatches)
|
BrowseResult(String result,
long count,
long totalMatches,
long updatedId)
|
BrowseResult(String result,
org.teleal.cling.model.types.UnsignedIntegerFourBytes count,
org.teleal.cling.model.types.UnsignedIntegerFourBytes totalMatches,
org.teleal.cling.model.types.UnsignedIntegerFourBytes containerUpdateID)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
protected String result
count
protected org.teleal.cling.model.types.UnsignedIntegerFourBytes count
totalMatches
protected org.teleal.cling.model.types.UnsignedIntegerFourBytes totalMatches
containerUpdateID
protected org.teleal.cling.model.types.UnsignedIntegerFourBytes containerUpdateID
BrowseResult
public BrowseResult(String result,
org.teleal.cling.model.types.UnsignedIntegerFourBytes count,
org.teleal.cling.model.types.UnsignedIntegerFourBytes totalMatches,
org.teleal.cling.model.types.UnsignedIntegerFourBytes containerUpdateID)
BrowseResult
public BrowseResult(String result,
long count,
long totalMatches)
BrowseResult
public BrowseResult(String result,
long count,
long totalMatches,
long updatedId)
getResult
public String getResult()
getCount
public org.teleal.cling.model.types.UnsignedIntegerFourBytes getCount()
getCountLong
public long getCountLong()
getTotalMatches
public org.teleal.cling.model.types.UnsignedIntegerFourBytes getTotalMatches()
getTotalMatchesLong
public long getTotalMatchesLong()
getContainerUpdateID
public org.teleal.cling.model.types.UnsignedIntegerFourBytes getContainerUpdateID()
getContainerUpdateIDLong
public long getContainerUpdateIDLong()
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.