public class ApiInfo extends Object
| 构造器和说明 |
|---|
ApiInfo(String title,
String description,
String version,
String termsOfServiceUrl,
String contact,
String license,
String licenseUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContact() |
String |
getDescription() |
String |
getLicense() |
String |
getLicenseUrl() |
String |
getTermsOfServiceUrl() |
String |
getTitle() |
String |
getVersion() |
public static final ApiInfo DEFAULT
public String getTitle()
public String getDescription()
public String getTermsOfServiceUrl()
public String getContact()
public String getLicense()
public String getLicenseUrl()
public String getVersion()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.