public class Info extends Object
Constructor and Description |
---|
Info() |
Modifier and Type | Method and Description |
---|---|
Info |
contact(Contact contact) |
Info |
description(String description) |
boolean |
equals(Object obj) |
Contact |
getContact() |
String |
getDescription() |
License |
getLicense() |
String |
getTermsOfService() |
String |
getTitle() |
Map<String,Object> |
getVendorExtensions() |
String |
getVersion() |
int |
hashCode() |
Info |
license(License license) |
Info |
mergeWith(Info info) |
void |
setContact(Contact contact) |
void |
setDescription(String description) |
void |
setLicense(License license) |
void |
setTermsOfService(String termsOfService) |
void |
setTitle(String title) |
void |
setVendorExtension(String name,
Object value) |
void |
setVendorExtensions(Map<String,Object> vendorExtensions) |
void |
setVersion(String version) |
Info |
termsOfService(String termsOfService) |
Info |
title(String title) |
Info |
version(String version) |
public String getDescription()
public void setDescription(String description)
public String getVersion()
public void setVersion(String version)
public String getTitle()
public void setTitle(String title)
public String getTermsOfService()
public void setTermsOfService(String termsOfService)
public Contact getContact()
public void setContact(Contact contact)
public License getLicense()
public void setLicense(License license)
Copyright © 2019. All Rights Reserved.