public class KeyV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
Name (string representation) for this Key.
|
java.lang.String |
type
Name (string representation) for the type of Keyed this Key points to.
|
java.lang.String |
url
URL for the resource that this Key points to, if one exists.
|
| Constructor and Description |
|---|
KeyV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|