public class SelfServiceContainer extends Object
| Constructor and Description |
|---|
SelfServiceContainer(String type,
String name,
String activeBranch,
String firstOperation,
String lastOperation,
String lastUpdated,
String notes,
Number operationCount,
String properties,
String reference,
String state,
String template)
Constructor for SelfServiceContainer.
|
| Modifier and Type | Method and Description |
|---|---|
static SelfServiceContainer |
fromJson(com.fasterxml.jackson.databind.JsonNode json)
Create new SelfServiceContainer from JsonNode.
|
String |
getActiveBranch() |
String |
getFirstOperation() |
String |
getLastOperation() |
String |
getLastUpdated() |
String |
getName() |
String |
getNotes() |
Number |
getOperationCount() |
String |
getProperties() |
String |
getReference() |
String |
getState() |
String |
getTemplate() |
String |
getType() |
public SelfServiceContainer(String type, String name, String activeBranch, String firstOperation, String lastOperation, String lastUpdated, String notes, Number operationCount, String properties, String reference, String state, String template)
type - Stringname - StringactiveBranch - StringfirstOperation - StringlastOperation - StringlastUpdated - Stringnotes - StringoperationCount - Numberproperties - Stringreference - Stringstate - Stringtemplate - Stringpublic String getType()
public String getName()
public String getActiveBranch()
public String getFirstOperation()
public String getLastOperation()
public String getLastUpdated()
public String getNotes()
public Number getOperationCount()
public String getProperties()
public String getReference()
public String getState()
public String getTemplate()
public static SelfServiceContainer fromJson(com.fasterxml.jackson.databind.JsonNode json)
json - JsonNodeCopyright © 2016–2018. All rights reserved.