JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.netflix.genie.web.data.services.impl.jpa.queries.projections
Interface StatusProjection
All Known Subinterfaces:
JobProjection
,
JobSearchProjection
All Known Implementing Classes:
JobEntity
public interface
StatusProjection
Projection for returning only the status of a given resource.
Since:
3.3.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getStatus
()
Get the current status of this resource.
Method Detail
getStatus
java.lang.String getStatus()
Get the current status of this resource.
Returns:
The status.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method