Class ComputeSourceTemplate
java.lang.Object
co.yellowdog.platform.model.ComputeSourceTemplate
- All Implemented Interfaces:
Identified
,Serializable
@ValidatedBy(ComputeSourceTemplateValidator.class)
public class ComputeSourceTemplate
extends Object
implements Identified, Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new ComputeSourceTemplate that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
List
<@NotNull @Valid AttributeValue<?>> getId()
Returns the IDint
hashCode()
void
setAttributes
(List<@NotNull @Valid AttributeValue<?>> attributes) void
setDescription
(String description) void
void
setNamespace
(String namespace) void
setSource
(ComputeSource source) toString()
-
Method Details
-
builder
-
toBuilder
-
getId
Description copied from interface:Identified
Returns the ID- Specified by:
getId
in interfaceIdentified
- Returns:
- the ID
-
getNamespace
-
getDescription
-
getAttributes
-
getSource
-
setId
-
setNamespace
-
setDescription
-
setAttributes
-
setSource
-
equals
-
canEqual
-
hashCode
-
toString
-