public static class CookbookDefinition.Version extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CookbookDefinition.Version.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
Version(URI url,
String version) |
| Modifier and Type | Method and Description |
|---|---|
static CookbookDefinition.Version.Builder |
builder() |
boolean |
equals(Object obj) |
URI |
getUrl() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"url","version"}) protected Version(URI url, String version)
public static CookbookDefinition.Version.Builder builder()
public URI getUrl()
public String getVersion()
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.