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, unsetLinks
getActions, isSetActions, setActions
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public String getChecksum()
String
public void setChecksum(String value)
value
- allowed object is
String
public boolean isSetChecksum()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0