Class ExternalAttributeSource
java.lang.Object
co.yellowdog.platform.interaction.compute.ExternalAttributeSource
- All Implemented Interfaces:
AttributeSource
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExternalAttributeSource(String name, boolean healthy, List<AttributeDefinition> attributes) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetName()inthashCode()booleanvoidsetAttributes(List<AttributeDefinition> attributes) voidsetHealthy(boolean healthy) voidtoString()
-
Constructor Details
-
ExternalAttributeSource
-
-
Method Details
-
getSourceType
- Specified by:
getSourceTypein interfaceAttributeSource
-
builder
-
getName
-
isHealthy
public boolean isHealthy() -
getAttributes
- Specified by:
getAttributesin interfaceAttributeSource
-
setName
-
setHealthy
public void setHealthy(boolean healthy) -
setAttributes
-
equals
-
canEqual
-
hashCode
-
toString
-