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 Event
details(String details)
boolean
equals(Object o)
String
getDetails()
Longer user-friendly details of the event.UUID
getId()
Event identifierString
getName()
Short user-friendly label of the event (e.g.String
getResourceName()
Optional resource name to which the event applies toString
getResourceType()
Optional resource type to which the event applies toDate
getTimestamp()
Timestamp of the Event (e.g.int
hashCode()
Event
hasLogs(Boolean hasLogs)
Event
id(UUID id)
Boolean
isHasLogs()
Indicates whether the event has logs or not.Event
name(String name)
Event
resourceName(String resourceName)
Event
resourceType(String resourceType)
void
setDetails(String details)
void
setHasLogs(Boolean hasLogs)
void
setId(UUID id)
void
setName(String name)
void
setResourceName(String resourceName)
void
setResourceType(String resourceType)
void
setTimestamp(Date timestamp)
Event
timestamp(Date timestamp)
String
toString()
-
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
-