public final class ImageType extends BaseEntity
Modifier and Type | Class and Description |
---|---|
static class |
ImageType.Builder
Builder for creating a image type.
|
description, icon, label, version
name
Modifier and Type | Method and Description |
---|---|
static ImageType.Builder |
builder()
Get a builder for creating a image type.
|
boolean |
equals(Object o) |
Map<String,Map<String,String>> |
getProviderMap()
Get the provider map for this image type.
|
int |
hashCode() |
String |
toString() |
from, getDescription, getIcon, getLabel, getVersion, setVersion
getName
public Map<String,Map<String,String>> getProviderMap()
public static ImageType.Builder builder()
public boolean equals(Object o)
equals
in class BaseEntity
public int hashCode()
hashCode
in class BaseEntity
public String toString()
toString
in class BaseEntity
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.