public class GlusterHook extends BaseResource
Java class for GlusterHook complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterHook">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}cluster" minOccurs="0"/>
<element name="gluster_command" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="content_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="checksum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conflict_status" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="conflicts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
<element ref="{}server_hooks" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GlusterHook() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum()
Gets the value of the checksum property.
|
Cluster |
getCluster()
Gets the value of the cluster property.
|
String |
getConflicts()
Gets the value of the conflicts property.
|
Integer |
getConflictStatus()
Gets the value of the conflictStatus property.
|
String |
getContent()
Gets the value of the content property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getGlusterCommand()
Gets the value of the glusterCommand property.
|
GlusterServerHooks |
getServerHooks()
Gets the value of the serverHooks property.
|
String |
getStage()
Gets the value of the stage property.
|
Status |
getStatus()
Gets the value of the status property.
|
boolean |
isSetChecksum() |
boolean |
isSetCluster() |
boolean |
isSetConflicts() |
boolean |
isSetConflictStatus() |
boolean |
isSetContent() |
boolean |
isSetContentType() |
boolean |
isSetGlusterCommand() |
boolean |
isSetServerHooks() |
boolean |
isSetStage() |
boolean |
isSetStatus() |
void |
setChecksum(String value)
Sets the value of the checksum property.
|
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setConflicts(String value)
Sets the value of the conflicts property.
|
void |
setConflictStatus(Integer value)
Sets the value of the conflictStatus property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setGlusterCommand(String value)
Sets the value of the glusterCommand property.
|
void |
setServerHooks(GlusterServerHooks value)
Sets the value of the serverHooks property.
|
void |
setStage(String value)
Sets the value of the stage 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 Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public String getGlusterCommand()
Stringpublic void setGlusterCommand(String value)
value - allowed object is
Stringpublic boolean isSetGlusterCommand()
public String getStage()
Stringpublic void setStage(String value)
value - allowed object is
Stringpublic boolean isSetStage()
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public String getChecksum()
Stringpublic void setChecksum(String value)
value - allowed object is
Stringpublic boolean isSetChecksum()
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic boolean isSetContent()
public Integer getConflictStatus()
Integerpublic void setConflictStatus(Integer value)
value - allowed object is
Integerpublic boolean isSetConflictStatus()
public String getConflicts()
Stringpublic void setConflicts(String value)
value - allowed object is
Stringpublic boolean isSetConflicts()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public GlusterServerHooks getServerHooks()
GlusterServerHookspublic void setServerHooks(GlusterServerHooks value)
value - allowed object is
GlusterServerHookspublic boolean isSetServerHooks()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0