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 classA builder that can be used to build a new ComputeSourceTemplate that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanList<@NotNull @Valid AttributeValue<?>> getId()Returns the IDinthashCode()voidsetAttributes(List<@NotNull @Valid AttributeValue<?>> attributes) voidsetDescription(String description) voidvoidsetNamespace(String namespace) voidsetSource(ComputeSource source) toString()
-
Method Details
-
builder
-
toBuilder
-
getId
Description copied from interface:IdentifiedReturns the ID- Specified by:
getIdin interfaceIdentified- Returns:
- the ID
-
getNamespace
-
getDescription
-
getAttributes
-
getSource
-
setId
-
setNamespace
-
setDescription
-
setAttributes
-
setSource
-
equals
-
canEqual
-
hashCode
-
toString
-