public class KeyValueItem extends Object
| Constructor and Description |
|---|
KeyValueItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContentType() |
String |
getEtag() |
String |
getKey() |
String |
getLabel() |
Date |
getLastModified() |
Map<String,String> |
getTags() |
String |
getValue() |
int |
hashCode() |
boolean |
isLocked() |
void |
setContentType(String contentType) |
void |
setEtag(String etag) |
void |
setKey(String key) |
void |
setLabel(String label) |
void |
setLastModified(Date lastModified) |
void |
setLocked(boolean locked) |
void |
setTags(Map<String,String> tags) |
void |
setValue(String value) |
String |
toString() |
public String getEtag()
public void setEtag(String etag)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String getLabel()
public void setLabel(String label)
public String getContentType()
public void setContentType(String contentType)
public boolean isLocked()
public void setLocked(boolean locked)
public Date getLastModified()
public void setLastModified(Date lastModified)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.