ITemplateOptions
- Implemented By: ITemplateOptions
ROS template options for a stack.
Properties
Name | Type | Description |
---|---|---|
description |
java.lang.String |
Gets or sets the description of this stack. |
metadata |
java.util.Map |
Metadata associated with the ROS template. |
description
Optional
public java.lang.String getDescription();
- Type: java.lang.String
Gets or sets the description of this stack.
If provided, it will be included in the ROS template's "Description" attribute.
metadata
Optional
public java.util.Map<java.lang.String, java.lang.Object> getMetadata();
- Type: java.util.Map
Metadata associated with the ROS template.