public class ApiInfo extends Object
| Constructor and Description |
|---|
ApiInfo()
This creates a ApiInfo
|
ApiInfo(String title,
String description,
String termsOfServiceUrl,
String contact,
String license,
String licenseUrl)
This creates a ApiInfo
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContact()
This gets the contact
|
String |
getDescription()
This gets the description
|
String |
getLicense()
This gets the license
|
String |
getLicenseUrl()
This gets the licenseUrl
|
String |
getTermsOfServiceUrl()
This gets the termsOfServiceUrl
|
String |
getTitle()
This gets the title
|
int |
hashCode() |
String |
toString() |
public String getTitle()
public String getDescription()
public String getTermsOfServiceUrl()
public String getContact()
public String getLicense()
public String getLicenseUrl()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.