public class ContextInstance extends Object
| Constructor and Description |
|---|
ContextInstance() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getLabel() |
Integer |
getNumOfExecutors() |
void |
setCreatedAt(Date createdAt) |
void |
setLabel(String label) |
void |
setNumOfExecutors(Integer numOfExecutors) |
public Integer getNumOfExecutors()
public void setNumOfExecutors(Integer numOfExecutors)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getLabel()
public void setLabel(String label)
Copyright © 2016. All rights reserved.