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, unsetLinks
getActions, isSetActions, setActions
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public String getGlusterCommand()
String
public void setGlusterCommand(String value)
value
- allowed object is
String
public boolean isSetGlusterCommand()
public String getStage()
String
public void setStage(String value)
value
- allowed object is
String
public boolean isSetStage()
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
public String getChecksum()
String
public void setChecksum(String value)
value
- allowed object is
String
public boolean isSetChecksum()
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public boolean isSetContent()
public Integer getConflictStatus()
Integer
public void setConflictStatus(Integer value)
value
- allowed object is
Integer
public boolean isSetConflictStatus()
public String getConflicts()
String
public void setConflicts(String value)
value
- allowed object is
String
public boolean isSetConflicts()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public GlusterServerHooks getServerHooks()
GlusterServerHooks
public void setServerHooks(GlusterServerHooks value)
value
- allowed object is
GlusterServerHooks
public boolean isSetServerHooks()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0