public class GlusterServerHook extends BaseResource
Java class for GlusterServerHook complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterServerHook">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}host" minOccurs="0"/>
<element name="content_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
<element name="checksum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GlusterServerHook() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum()
Gets the value of the checksum property.
|
String |
getContentType()
Gets the value of the contentType property.
|
Host |
getHost()
Gets the value of the host property.
|
Status |
getStatus()
Gets the value of the status property.
|
boolean |
isSetChecksum() |
boolean |
isSetContentType() |
boolean |
isSetHost() |
boolean |
isSetStatus() |
void |
setChecksum(String value)
Sets the value of the checksum property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public String getChecksum()
Stringpublic void setChecksum(String value)
value - allowed object is
Stringpublic boolean isSetChecksum()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0