public final class ApiSchemaLink
extends Object
| Constructor and Description |
|---|
ApiSchemaLink(String link)
Creates a new
ApiSchemaLink instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLink()
The URL of the API, that can be used with the Get Schema API.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="link") public ApiSchemaLink(String link)
ApiSchemaLink instance.link - The URL of the API, that can be used with the Get Schema API.public String getLink()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object