Skip to content

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.

descriptionOptional

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.


metadataOptional

public java.util.Map<java.lang.String, java.lang.Object> getMetadata();
  • Type: java.util.Map

Metadata associated with the ROS template.