|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.swift.domain.internal.ObjectInfoImpl
public class ObjectInfoImpl
Class ObjectInfoImpl
| Nested Class Summary | |
|---|---|
static class |
ObjectInfoImpl.Builder<T extends ObjectInfoImpl.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
ObjectInfoImpl(String name,
String container,
URI uri,
byte[] hash,
Long bytes,
String contentType,
Date lastModified)
|
| Method Summary | |
|---|---|
static ObjectInfoImpl.Builder<?> |
builder()
|
int |
compareTo(ObjectInfo other)
|
boolean |
equals(Object obj)
|
Long |
getBytes()
|
String |
getContainer()
|
String |
getContentType()
|
byte[] |
getHash()
|
Date |
getLastModified()
|
String |
getName()
|
URI |
getUri()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
ObjectInfoImpl.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"name","container","uri","hash","bytes","content_type","last_modified"})
protected ObjectInfoImpl(String name,
@Nullable
String container,
@Nullable
URI uri,
@Nullable
byte[] hash,
@Nullable
Long bytes,
@Nullable
String contentType,
@Nullable
Date lastModified)
| Method Detail |
|---|
public static ObjectInfoImpl.Builder<?> builder()
public ObjectInfoImpl.Builder<?> toBuilder()
public String getName()
getName in interface ObjectInfo@Nullable public String getContainer()
getContainer in interface ObjectInfo@Nullable public URI getUri()
getUri in interface ObjectInfo@Nullable public byte[] getHash()
getHash in interface ObjectInfo@Nullable public Long getBytes()
getBytes in interface ObjectInfo@Nullable public String getContentType()
getContentType in interface ObjectInfo@Nullable public Date getLastModified()
getLastModified in interface ObjectInfopublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Objectpublic int compareTo(ObjectInfo other)
compareTo in interface Comparable<ObjectInfo>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||