public class Extension extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
Extension.Builder<T extends Extension.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Extension(String name,
Set<Link> links,
URI namespace,
String alias,
Date updated,
String description) |
Modifier and Type | Method and Description |
---|---|
static Extension.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAlias() |
String |
getDescription() |
URI |
getNamespace() |
Date |
getUpdated() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Extension.Builder<?> |
toBuilder() |
public static Extension.Builder<?> builder()
public Extension.Builder<?> toBuilder()
public URI getNamespace()
public String getAlias()
public String getDescription()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.