public class SearchResult extends Object
Modifier and Type | Field and Description |
---|---|
protected UnsignedIntegerFourBytes |
containerUpdateID |
protected UnsignedIntegerFourBytes |
count |
protected String |
result |
protected UnsignedIntegerFourBytes |
totalMatches |
Constructor and Description |
---|
SearchResult(String result,
long count,
long totalMatches) |
SearchResult(String result,
long count,
long totalMatches,
long updateID) |
SearchResult(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 SearchResult(String result, UnsignedIntegerFourBytes count, UnsignedIntegerFourBytes totalMatches, UnsignedIntegerFourBytes containerUpdateID)
public SearchResult(String result, long count, long totalMatches)
public SearchResult(String result, long count, long totalMatches, long updateID)
public String getResult()
public UnsignedIntegerFourBytes getCount()
public long getCountLong()
public UnsignedIntegerFourBytes getTotalMatches()
public long getTotalMatchesLong()
public UnsignedIntegerFourBytes getContainerUpdateID()
public long getContainerUpdateIDLong()
Copyright © 2015 4th Line GmbH, Switzerland. All rights reserved.