public class Response extends Object
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalImages> |
getAdditionalImages() |
List<ApiKeyUsage> |
getApiKeyUsage() |
String |
getHash() |
List<Instruction> |
getInstructions() |
Integer |
getMatches() |
MessageEnum |
getMessage() |
List<MinifigCollection> |
getMinifigs() |
List<Set> |
getSets() |
StatusEnum |
getStatus() |
List<Subtheme> |
getSubthemes() |
List<Theme> |
getThemes() |
List<UserNotes> |
getUserNotes() |
List<Year> |
getYears() |
void |
setAdditionalImages(List<AdditionalImages> additionalImages) |
void |
setApiKeyUsage(List<ApiKeyUsage> apiKeyUsage) |
void |
setHash(String hash) |
void |
setInstructions(List<Instruction> instructions) |
void |
setMatches(Integer matches) |
void |
setMessage(MessageEnum message) |
void |
setMinifigs(List<MinifigCollection> minifigs) |
void |
setSets(List<Set> sets) |
void |
setStatus(StatusEnum status) |
void |
setSubthemes(List<Subtheme> subthemes) |
void |
setThemes(List<Theme> themes) |
void |
setUserNotes(List<UserNotes> userNotes) |
void |
setYears(List<Year> years) |
public final StatusEnum getStatus()
public final void setStatus(StatusEnum status)
status - the status to setpublic final Integer getMatches()
public final void setMatches(Integer matches)
matches - the matches to setpublic final String getHash()
public final void setHash(String hash)
hash - the hash to setpublic final MessageEnum getMessage()
public final void setMessage(MessageEnum message)
message - the message to setpublic final List<AdditionalImages> getAdditionalImages()
public final void setAdditionalImages(List<AdditionalImages> additionalImages)
additionalImages - the additionalImages to setpublic final List<Instruction> getInstructions()
public final void setInstructions(List<Instruction> instructions)
instructions - the instructions to setpublic final void setSubthemes(List<Subtheme> subthemes)
subthemes - the subthemes to setpublic final void setUserNotes(List<UserNotes> userNotes)
userNotes - the userNotes to setpublic final List<MinifigCollection> getMinifigs()
public final void setMinifigs(List<MinifigCollection> minifigs)
minifigs - the minifigs to setpublic List<ApiKeyUsage> getApiKeyUsage()
public void setApiKeyUsage(List<ApiKeyUsage> apiKeyUsage)
apiKeyUsage - the apiKeyUsage to setCopyright © 2020. All rights reserved.