public class ProviderResponse
extends java.lang.Object
Constructor and Description |
---|
ProviderResponse(java.lang.String providerName) |
Modifier and Type | Method and Description |
---|---|
void |
addAnalysis(Analysis analysis) |
void |
addPrediction(Prediction prediction) |
void |
addRecommendation(Recommendation recommendation) |
java.lang.Iterable<Analysis> |
getAnalysis() |
int |
getAnalysisCount() |
java.lang.Iterable<Prediction> |
getPrediction() |
int |
getPredictionCount() |
java.lang.String |
getProviderName() |
java.lang.Iterable<Recommendation> |
getRecommendation() |
int |
getRecommendationCount() |
void |
setProviderName(java.lang.String providerName) |
public void addPrediction(Prediction prediction)
public void addRecommendation(Recommendation recommendation)
public void addAnalysis(Analysis analysis)
public java.lang.Iterable<Analysis> getAnalysis()
public java.lang.Iterable<Prediction> getPrediction()
public java.lang.Iterable<Recommendation> getRecommendation()
public void setProviderName(java.lang.String providerName)
public java.lang.String getProviderName()
public int getAnalysisCount()
public int getPredictionCount()
public int getRecommendationCount()