public class Hook extends BaseResource
Java class for Hook complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Hook">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="event_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="md5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}host" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Hook() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName()
Gets the value of the eventName property.
|
Host |
getHost()
Gets the value of the host property.
|
String |
getMd5()
Gets the value of the md5 property.
|
boolean |
isSetEventName() |
boolean |
isSetHost() |
boolean |
isSetMd5() |
void |
setEventName(String value)
Sets the value of the eventName property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setMd5(String value)
Sets the value of the md5 property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getEventName()
Stringpublic void setEventName(String value)
value - allowed object is
Stringpublic boolean isSetEventName()
public String getMd5()
Stringpublic void setMd5(String value)
value - allowed object is
Stringpublic boolean isSetMd5()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0