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, setLinkpublic AbstractClientPayload(String name)
public URI getContextURL()
public void setContextURL(URI contextURL)
public int hashCode()
hashCode in class ClientItempublic boolean equals(Object obj)
equals in class ClientItempublic String toString()
toString in class ClientItemCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.