Class ScheduledExecutorService
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.ScheduledExecutorService
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class ScheduledExecutorService extends Object
ScheduledExecutorService
-
Constructor Summary
Constructors Constructor Description ScheduledExecutorService()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
Boolean
isShutdown()
Get shutdownBoolean
isTerminated()
Get terminatedvoid
setShutdown(Boolean shutdown)
void
setTerminated(Boolean terminated)
ScheduledExecutorService
shutdown(Boolean shutdown)
ScheduledExecutorService
terminated(Boolean terminated)
String
toString()
-
Constructor Details
-
ScheduledExecutorService
public ScheduledExecutorService()
-
-
Method Details
-
terminated
-
isTerminated
Get terminated- Returns:
- terminated
-
setTerminated
-
shutdown
-
isShutdown
Get shutdown- Returns:
- shutdown
-
setShutdown
-
equals
-
hashCode
public int hashCode() -
toString
-