Class Event
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.Event
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class Event extends Object
Represents request events.
-
Constructor Summary
Constructors Constructor Description Event() -
Method Summary
Modifier and Type Method Description Eventdetails(String details)booleanequals(Object o)StringgetDetails()Longer user-friendly details of the event.UUIDgetId()Event identifierStringgetName()Short user-friendly label of the event (e.g.StringgetResourceName()Optional resource name to which the event applies toStringgetResourceType()Optional resource type to which the event applies toDategetTimestamp()Timestamp of the Event (e.g.inthashCode()EventhasLogs(Boolean hasLogs)Eventid(UUID id)BooleanisHasLogs()Indicates whether the event has logs or not.Eventname(String name)EventresourceName(String resourceName)EventresourceType(String resourceType)voidsetDetails(String details)voidsetHasLogs(Boolean hasLogs)voidsetId(UUID id)voidsetName(String name)voidsetResourceName(String resourceName)voidsetResourceType(String resourceType)voidsetTimestamp(Date timestamp)Eventtimestamp(Date timestamp)StringtoString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
details
-
getDetails
Longer user-friendly details of the event.- Returns:
- details
-
setDetails
-
hasLogs
-
isHasLogs
Indicates whether the event has logs or not.- Returns:
- hasLogs
-
setHasLogs
-
id
-
getId
Event identifier- Returns:
- id
-
setId
-
name
-
getName
Short user-friendly label of the event (e.g. 'shutting down myVM')- Returns:
- name
-
setName
-
resourceName
-
getResourceName
Optional resource name to which the event applies to- Returns:
- resourceName
-
setResourceName
-
resourceType
-
getResourceType
Optional resource type to which the event applies to- Returns:
- resourceType
-
setResourceType
-
timestamp
-
getTimestamp
Timestamp of the Event (e.g. date format '2019-07-13T23:16:49.310Z').- Returns:
- timestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-