public class ServiceImage extends UpdateManagedEntity
Constructor and Description |
---|
ServiceImage(String serviceImageId,
String serviceId,
int activatableCount,
List<String> activeHosts,
List<String> inactiveHosts) |
Modifier and Type | Method and Description |
---|---|
int |
getActivatableCount() |
List<String> |
getActiveHosts() |
List<String> |
getInactiveHosts() |
String |
getServiceId() |
String |
getServiceImageId() |
void |
setActivatableCount(int activatableCount) |
void |
setActiveHosts(List<String> activeHosts) |
void |
setInactiveHosts(List<String> inactiveHosts) |
void |
setServiceId(String serviceId) |
void |
setServiceImageId(String serviceImageId) |
appendSpecialEquals, appendSpecialHashCode, equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toString, touchUpdatedDateTime
public String getServiceImageId()
public void setServiceImageId(String serviceImageId)
public String getServiceId()
public void setServiceId(String serviceId)
public int getActivatableCount()
public void setActivatableCount(int activatableCount)