@Generated(value="org.jsonschema2pojo") public class SearchResult extends Object implements Serializable
| Constructor and Description |
|---|
SearchResult()
No args constructor for use in serialization
|
SearchResult(String description,
Boolean isAutomated,
Boolean isOfficial,
Boolean isTrusted,
String name,
Integer starCount) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
Boolean |
getIsAutomated() |
Boolean |
getIsOfficial() |
Boolean |
getIsTrusted() |
String |
getName() |
Integer |
getStarCount() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDescription(String description) |
void |
setIsAutomated(Boolean isAutomated) |
void |
setIsOfficial(Boolean isOfficial) |
void |
setIsTrusted(Boolean isTrusted) |
void |
setName(String name) |
void |
setStarCount(Integer starCount) |
public String getDescription()
public void setDescription(String description)
description - The descriptionpublic Boolean getIsAutomated()
public void setIsAutomated(Boolean isAutomated)
isAutomated - The is_automatedpublic Boolean getIsOfficial()
public void setIsOfficial(Boolean isOfficial)
isOfficial - The is_officialpublic Boolean getIsTrusted()
public void setIsTrusted(Boolean isTrusted)
isTrusted - The is_trustedpublic String getName()
public void setName(String name)
name - The namepublic Integer getStarCount()
public void setStarCount(Integer starCount)
starCount - The star_countCopyright © 2015–2016 Red Hat. All rights reserved.