Class GetEventsResponse
- java.lang.Object
-
- com.databricks.sdk.service.compute.GetEventsResponse
-
@Generated public class GetEventsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetEventsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<ClusterEvent>
getEvents()
GetEvents
getNextPage()
Long
getTotalCount()
int
hashCode()
GetEventsResponse
setEvents(Collection<ClusterEvent> events)
GetEventsResponse
setNextPage(GetEvents nextPage)
GetEventsResponse
setTotalCount(Long totalCount)
String
toString()
-
-
-
Method Detail
-
setEvents
public GetEventsResponse setEvents(Collection<ClusterEvent> events)
-
getEvents
public Collection<ClusterEvent> getEvents()
-
setNextPage
public GetEventsResponse setNextPage(GetEvents nextPage)
-
getNextPage
public GetEvents getNextPage()
-
setTotalCount
public GetEventsResponse setTotalCount(Long totalCount)
-
getTotalCount
public Long getTotalCount()
-
-