Package io.gs2.formation.model
Class Slot
java.lang.Object
io.gs2.formation.model.Slot
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SlotfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetMetadata(String metadata) voidvoidsetPropertyId(String propertyId) com.fasterxml.jackson.databind.JsonNodetoJson()withMetadata(String metadata) withPropertyId(String propertyId)
-
Constructor Details
-
Slot
public Slot()
-
-
Method Details