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