public abstract class AbstractClientPayload extends ClientItem
Constructor and Description |
---|
AbstractClientPayload(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
URI |
getContextURL()
The context URL describes the content of the payload.
|
int |
hashCode() |
void |
setContextURL(URI contextURL) |
String |
toString() |
getLink, getName, setLink
public AbstractClientPayload(String name)
public URI getContextURL()
public void setContextURL(URI contextURL)
public int hashCode()
hashCode
in class ClientItem
public boolean equals(Object obj)
equals
in class ClientItem
public String toString()
toString
in class ClientItem
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.