@Generated(value="org.jsonschema2pojo") public class IndexInfo extends Object implements Serializable
| Constructor and Description |
|---|
IndexInfo()
No args constructor for use in serialization
|
IndexInfo(List<String> Mirrors,
String Name,
Boolean Official,
Boolean Secure) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getMirrors() |
String |
getName() |
Boolean |
getOfficial() |
Boolean |
getSecure() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMirrors(List<String> Mirrors) |
void |
setName(String Name) |
void |
setOfficial(Boolean Official) |
void |
setSecure(Boolean Secure) |
public String getName()
public void setName(String Name)
Name - The Namepublic Boolean getOfficial()
public void setOfficial(Boolean Official)
Official - The Officialpublic Boolean getSecure()
public void setSecure(Boolean Secure)
Secure - The SecureCopyright © 2015–2016 Red Hat. All rights reserved.