Package io.gs2.deploy.model
Class Output
java.lang.Object
io.gs2.deploy.model.Output
- All Implemented Interfaces:
IModel,Serializable,Comparable<Output>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic OutputfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getValue()inthashCode()voidsetCreatedAt(Long createdAt) voidvoidsetOutputId(String outputId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withOutputId(String outputId)
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
getOutputId
-
setOutputId
-
withOutputId
-
getName
-
setName
-
withName
-
getValue
-
setValue
-
withValue
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Output>
-
hashCode
public int hashCode() -
equals
-