public class BasicCatalogItemMemento extends AbstractMemento implements CatalogItemMemento, java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicCatalogItemMemento.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BasicCatalogItemMemento.Builder |
builder() |
java.lang.Class<?> |
getCatalogItemJavaType() |
CatalogItem.CatalogItemType |
getCatalogItemType() |
java.util.Map<java.lang.String,? extends java.lang.Object> |
getCustomFields() |
java.lang.String |
getDescription() |
java.lang.String |
getIconUrl() |
java.lang.String |
getId() |
java.lang.String |
getJavaType() |
java.util.Collection<CatalogItem.CatalogBundle> |
getLibraries() |
java.lang.String |
getPlanYaml() |
java.lang.Class<?> |
getSpecType() |
java.lang.String |
getSymbolicName() |
java.lang.String |
getVersion() |
boolean |
isDeprecated() |
getBrooklynVersion, getCatalogItemId, getCustomField, getDisplayName, getTags, getType, getTypeClass, getUniqueTag, injectTypeClass, toString, toVerboseStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBrooklynVersion, getCatalogItemId, getCustomField, getDisplayName, getTags, getType, getTypeClass, getUniqueTag, injectTypeClass, toVerboseStringpublic static BasicCatalogItemMemento.Builder builder()
public java.lang.String getId()
getId in interface MementogetId in class AbstractMementopublic java.lang.String getDescription()
getDescription in interface CatalogItemMementopublic java.lang.String getSymbolicName()
getSymbolicName in interface CatalogItemMementopublic java.lang.String getIconUrl()
getIconUrl in interface CatalogItemMementopublic java.lang.String getVersion()
getVersion in interface CatalogItemMementopublic java.lang.String getPlanYaml()
getPlanYaml in interface CatalogItemMementopublic java.lang.String getJavaType()
getJavaType in interface CatalogItemMementopublic java.util.Collection<CatalogItem.CatalogBundle> getLibraries()
getLibraries in interface CatalogItemMementopublic CatalogItem.CatalogItemType getCatalogItemType()
getCatalogItemType in interface CatalogItemMementopublic java.lang.Class<?> getCatalogItemJavaType()
getCatalogItemJavaType in interface CatalogItemMementopublic java.lang.Class<?> getSpecType()
getSpecType in interface CatalogItemMementopublic boolean isDeprecated()
isDeprecated in interface CatalogItemMementopublic java.util.Map<java.lang.String,? extends java.lang.Object> getCustomFields()
getCustomFields in interface MementogetCustomFields in class AbstractMemento