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 booleanequals(Object o)Collection<ClusterEvent>getEvents()GetEventsgetNextPage()LonggetTotalCount()inthashCode()GetEventsResponsesetEvents(Collection<ClusterEvent> events)GetEventsResponsesetNextPage(GetEvents nextPage)GetEventsResponsesetTotalCount(Long totalCount)StringtoString()
-
-
-
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()
-
-