public class Resource extends Object
| Constructor and Description |
|---|
Resource() |
Resource(MimeType type,
Base base,
String path,
String minPath,
String variant) |
| Modifier and Type | Method and Description |
|---|---|
Base |
getBase() |
String |
getMinPath() |
String |
getPath() |
MimeType |
getType() |
String |
getVariant() |
void |
setBase(Base base) |
void |
setMinPath(String minPath) |
void |
setPath(String path) |
void |
setType(MimeType type) |
void |
setVariant(String variant) |
public MimeType getType()
public void setType(MimeType type)
public Base getBase()
public void setBase(Base base)
public String getPath()
public void setPath(String path)
public String getMinPath()
public void setMinPath(String minPath)
public String getVariant()
public void setVariant(String variant)
Copyright © 2004–2017 1&1. All rights reserved.