ComponentMetadata
@Incubating @NonExtensible public interface ComponentMetadataDetails extends ComponentMetadata
ComponentMetadataHandler
.Modifier and Type | Method | Description |
---|---|---|
void |
setChanging(boolean changing) |
Sets whether the component is changing or immutable.
|
void |
setStatus(java.lang.String status) |
Sets the status of the component.
|
void |
setStatusScheme(java.util.List<java.lang.String> statusScheme) |
Sets the status scheme of the component.
|
getId, getStatus, getStatusScheme, isChanging
void setChanging(boolean changing)
changing
- whether the component is changing or immutablevoid setStatus(java.lang.String status)
ComponentMetadata.getStatusScheme()
.status
- the status of the componentvoid setStatusScheme(java.util.List<java.lang.String> statusScheme)
statusScheme
- the status scheme of the component