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)
title - The titlepublic String getDescription()
public void setDescription(String description)
description - The descriptionpublic URI getTermsOfServiceUrl()
public void setTermsOfServiceUrl(URI termsOfServiceUrl)
termsOfServiceUrl - The termsOfServiceUrlpublic String getContact()
public void setContact(String contact)
contact - The contactpublic String getLicense()
public void setLicense(String license)
license - The licensepublic URI getLicenseUrl()
public void setLicenseUrl(URI licenseUrl)
licenseUrl - The licenseUrlCopyright © 2011–2016 Red Hat. All rights reserved.