public class App extends Object
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBundle() |
Collection<String> |
getCat() |
Content |
getContent() |
String |
getDomain() |
Map<String,Object> |
getExt() |
String |
getId() |
String |
getKeywords() |
String |
getName() |
Collection<String> |
getPagecat() |
Integer |
getPaid() |
Integer |
getPrivacypolicy() |
Publisher |
getPublisher() |
Collection<String> |
getSectioncat() |
String |
getStoreurl() |
String |
getVer() |
int |
hashCode() |
void |
setBundle(String bundle) |
void |
setCat(Collection<String> cat) |
void |
setContent(Content content) |
void |
setDomain(String domain) |
void |
setExt(Map<String,Object> ext) |
void |
setId(String id) |
void |
setKeywords(String keywords) |
void |
setName(String name) |
void |
setPagecat(Collection<String> pagecat) |
void |
setPaid(Integer paid) |
void |
setPrivacypolicy(Integer privacypolicy) |
void |
setPublisher(Publisher publisher) |
void |
setSectioncat(Collection<String> sectioncat) |
void |
setStoreurl(String storeurl) |
void |
setVer(String ver) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getBundle()
public void setBundle(String bundle)
public String getDomain()
public void setDomain(String domain)
public String getStoreurl()
public void setStoreurl(String storeurl)
public Collection<String> getCat()
public void setCat(Collection<String> cat)
public Collection<String> getSectioncat()
public void setSectioncat(Collection<String> sectioncat)
public Collection<String> getPagecat()
public void setPagecat(Collection<String> pagecat)
public String getVer()
public void setVer(String ver)
public Integer getPrivacypolicy()
public void setPrivacypolicy(Integer privacypolicy)
public Integer getPaid()
public void setPaid(Integer paid)
public Publisher getPublisher()
public void setPublisher(Publisher publisher)
public Content getContent()
public void setContent(Content content)
public String getKeywords()
public void setKeywords(String keywords)
Copyright © 2019. All rights reserved.