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 boolean
boolean
getName()
int
hashCode()
boolean
void
setAttributes
(List<AttributeDefinition> attributes) void
setHealthy
(boolean healthy) void
toString()
-
Constructor Details
-
ExternalAttributeSource
-
-
Method Details
-
getSourceType
- Specified by:
getSourceType
in interfaceAttributeSource
-
builder
-
getName
-
isHealthy
public boolean isHealthy() -
getAttributes
- Specified by:
getAttributes
in interfaceAttributeSource
-
setName
-
setHealthy
public void setHealthy(boolean healthy) -
setAttributes
-
equals
-
canEqual
-
hashCode
-
toString
-