public class BrowseResult extends Object
Modifier and Type | Field and Description |
---|---|
protected UnsignedIntegerFourBytes |
containerUpdateID |
protected UnsignedIntegerFourBytes |
count |
protected String |
result |
protected UnsignedIntegerFourBytes |
totalMatches |
Constructor and Description |
---|
BrowseResult(String result,
long count,
long totalMatches) |
BrowseResult(String result,
long count,
long totalMatches,
long updatedId) |
BrowseResult(String result,
UnsignedIntegerFourBytes count,
UnsignedIntegerFourBytes totalMatches,
UnsignedIntegerFourBytes containerUpdateID) |
Modifier and Type | Method and Description |
---|---|
UnsignedIntegerFourBytes |
getContainerUpdateID() |
long |
getContainerUpdateIDLong() |
UnsignedIntegerFourBytes |
getCount() |
long |
getCountLong() |
String |
getResult() |
UnsignedIntegerFourBytes |
getTotalMatches() |
long |
getTotalMatchesLong() |
protected String result
protected UnsignedIntegerFourBytes count
protected UnsignedIntegerFourBytes totalMatches
protected UnsignedIntegerFourBytes containerUpdateID
public BrowseResult(String result, UnsignedIntegerFourBytes count, UnsignedIntegerFourBytes totalMatches, UnsignedIntegerFourBytes containerUpdateID)
public BrowseResult(String result, long count, long totalMatches)
public BrowseResult(String result, long count, long totalMatches, long updatedId)
public String getResult()
public UnsignedIntegerFourBytes getCount()
public long getCountLong()
public UnsignedIntegerFourBytes getTotalMatches()
public long getTotalMatchesLong()
public UnsignedIntegerFourBytes getContainerUpdateID()
public long getContainerUpdateIDLong()
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.