Package com.testingbot.models
Class TestingbotTeamConcurrencyBlock
- java.lang.Object
-
- com.testingbot.models.TestingbotTeamConcurrencyBlock
-
- All Implemented Interfaces:
java.io.Serializable
public class TestingbotTeamConcurrencyBlock extends java.lang.Object implements java.io.SerializableAllowed vs. current concurrency caps for a team.- Since:
- 1.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestingbotTeamConcurrencyBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestingbotTeamConcurrencygetAllowed()TestingbotTeamConcurrencygetCurrent()voidsetAllowed(TestingbotTeamConcurrency allowed)voidsetCurrent(TestingbotTeamConcurrency current)
-
-
-
Method Detail
-
getAllowed
public TestingbotTeamConcurrency getAllowed()
-
setAllowed
public void setAllowed(TestingbotTeamConcurrency allowed)
-
getCurrent
public TestingbotTeamConcurrency getCurrent()
-
setCurrent
public void setCurrent(TestingbotTeamConcurrency current)
-
-