|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.domain.Resource
public class Resource
Resource object.
| Nested Class Summary | |
|---|---|
static class |
Resource.Builder
|
| Constructor Summary | |
|---|---|
protected |
Resource(String name,
URI url,
byte[] checksum,
String path,
String specificity)
|
| Method Summary | |
|---|---|
static Resource.Builder |
builder()
|
boolean |
equals(Object obj)
|
byte[] |
getChecksum()
|
String |
getName()
|
String |
getPath()
|
String |
getSpecificity()
|
URI |
getUrl()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"name","url","checksum","path","specificity"})
protected Resource(String name,
URI url,
byte[] checksum,
String path,
String specificity)
| Method Detail |
|---|
public static Resource.Builder builder()
public String getName()
public URI getUrl()
public byte[] getChecksum()
public String getPath()
public String getSpecificity()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||