Class GlusterServerHookContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.GlusterServerHookContainer
-
- All Implemented Interfaces:
GlusterServerHook
,Identified
public class GlusterServerHookContainer extends IdentifiedContainer implements GlusterServerHook
-
-
Constructor Summary
Constructors Constructor Description GlusterServerHookContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
checksum()
void
checksum(String newChecksum)
boolean
checksumPresent()
HookContentType
contentType()
void
contentType(HookContentType newContentType)
boolean
contentTypePresent()
Host
host()
void
host(Host newHost)
boolean
hostPresent()
GlusterHookStatus
status()
void
status(GlusterHookStatus newStatus)
boolean
statusPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
checksum
public String checksum()
- Specified by:
checksum
in interfaceGlusterServerHook
-
checksum
public void checksum(String newChecksum)
-
checksumPresent
public boolean checksumPresent()
- Specified by:
checksumPresent
in interfaceGlusterServerHook
-
contentType
public HookContentType contentType()
- Specified by:
contentType
in interfaceGlusterServerHook
-
contentType
public void contentType(HookContentType newContentType)
-
contentTypePresent
public boolean contentTypePresent()
- Specified by:
contentTypePresent
in interfaceGlusterServerHook
-
status
public GlusterHookStatus status()
- Specified by:
status
in interfaceGlusterServerHook
-
status
public void status(GlusterHookStatus newStatus)
-
statusPresent
public boolean statusPresent()
- Specified by:
statusPresent
in interfaceGlusterServerHook
-
host
public Host host()
- Specified by:
host
in interfaceGlusterServerHook
-
host
public void host(Host newHost)
-
hostPresent
public boolean hostPresent()
- Specified by:
hostPresent
in interfaceGlusterServerHook
-
-