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 boolean
equals(Object o)
int
hashCode()
Boolean
isShutdown()
Get shutdownBoolean
isTerminated()
Get terminatedvoid
setShutdown(Boolean shutdown)
void
setTerminated(Boolean terminated)
ExecutorService
shutdown(Boolean shutdown)
ExecutorService
terminated(Boolean terminated)
String
toString()
-
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
-