Package com.morpheusdata.model
Class CloudSummaryInfoItem
java.lang.Object
com.morpheusdata.model.CloudSummaryInfoItem
Represents an individual info item to be displayed in the Cloud Summary info section.
Each item consists of a label (name or i18n code) and a value.
- Since:
- 1.2.15
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCloudSummaryInfoItem(String name, String value) CloudSummaryInfoItem(String name, String code, String value) -
Method Summary
-
Field Details
-
name
The display name for this info item. Used ifcodeis not specified. -
code
The i18n message code for this info item's label. If specified, this takes precedence overname. Example: "gomorpheus.label.apiVersion" -
value
The value to display for this info item. This will be rendered as a string.
-
-
Constructor Details
-
CloudSummaryInfoItem
public CloudSummaryInfoItem() -
CloudSummaryInfoItem
-
CloudSummaryInfoItem
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getValue
-
setValue
-