public class InfoObject extends Object
| Constructor and Description |
|---|
InfoObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContact() |
String |
getDescription()
(Required)
|
String |
getLicense() |
URI |
getLicenseUrl() |
URI |
getTermsOfServiceUrl() |
String |
getTitle()
(Required)
|
void |
setContact(String contact) |
void |
setDescription(String description)
(Required)
|
void |
setLicense(String license) |
void |
setLicenseUrl(URI licenseUrl) |
void |
setTermsOfServiceUrl(URI termsOfServiceUrl) |
void |
setTitle(String title)
(Required)
|
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public URI getTermsOfServiceUrl()
public void setTermsOfServiceUrl(URI termsOfServiceUrl)
public String getContact()
public void setContact(String contact)
public String getLicense()
public void setLicense(String license)
public URI getLicenseUrl()
public void setLicenseUrl(URI licenseUrl)
Copyright © 2011–2017 Red Hat. All rights reserved.