public class GlusterHooks extends BaseResources
Java class for GlusterHooks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterHooks"> <complexContent> <extension base="{}BaseResources"> <sequence> <element ref="{}gluster_hook" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
GlusterHooks() |
Modifier and Type | Method and Description |
---|---|
List<GlusterHook> |
getGlusterHooks()
Gets the value of the glusterHooks property.
|
boolean |
isSetGlusterHooks() |
void |
unsetGlusterHooks() |
getActive, getTotal, isSetActive, isSetTotal, setActive, setTotal
getActions, isSetActions, setActions
public List<GlusterHook> getGlusterHooks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the glusterHooks property.
For example, to add a new item, do as follows:
getGlusterHooks().add(newItem);
Objects of the following type(s) are allowed in the list
GlusterHook
public boolean isSetGlusterHooks()
public void unsetGlusterHooks()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0