Class ConfigurationTag
- All Implemented Interfaces:
Serializable
,Cloneable
Tags for a configuration item. Tags are metadata that help you categorize IT assets.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The configuration ID for the item you want to tag.A type of IT asset that you want to tag.getKey()
A type of tag to filter on.The time the configuration tag was created in Coordinated Universal Time (UTC).getValue()
A value to filter on.int
hashCode()
void
setConfigurationId
(String configurationId) The configuration ID for the item you want to tag.void
setConfigurationType
(ConfigurationItemType configurationType) A type of IT asset that you want to tag.void
setConfigurationType
(String configurationType) A type of IT asset that you want to tag.void
A type of tag to filter on.void
setTimeOfCreation
(Date timeOfCreation) The time the configuration tag was created in Coordinated Universal Time (UTC).void
A value to filter on.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurationId
(String configurationId) The configuration ID for the item you want to tag.withConfigurationType
(ConfigurationItemType configurationType) A type of IT asset that you want to tag.withConfigurationType
(String configurationType) A type of IT asset that you want to tag.A type of tag to filter on.withTimeOfCreation
(Date timeOfCreation) The time the configuration tag was created in Coordinated Universal Time (UTC).A value to filter on.
-
Constructor Details
-
ConfigurationTag
public ConfigurationTag()
-
-
Method Details
-
setConfigurationType
A type of IT asset that you want to tag.
- Parameters:
configurationType
- A type of IT asset that you want to tag.- See Also:
-
getConfigurationType
A type of IT asset that you want to tag.
- Returns:
- A type of IT asset that you want to tag.
- See Also:
-
withConfigurationType
A type of IT asset that you want to tag.
- Parameters:
configurationType
- A type of IT asset that you want to tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setConfigurationType
A type of IT asset that you want to tag.
- Parameters:
configurationType
- A type of IT asset that you want to tag.- See Also:
-
withConfigurationType
A type of IT asset that you want to tag.
- Parameters:
configurationType
- A type of IT asset that you want to tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setConfigurationId
The configuration ID for the item you want to tag. You can specify a list of keys and values.
- Parameters:
configurationId
- The configuration ID for the item you want to tag. You can specify a list of keys and values.
-
getConfigurationId
The configuration ID for the item you want to tag. You can specify a list of keys and values.
- Returns:
- The configuration ID for the item you want to tag. You can specify a list of keys and values.
-
withConfigurationId
The configuration ID for the item you want to tag. You can specify a list of keys and values.
- Parameters:
configurationId
- The configuration ID for the item you want to tag. You can specify a list of keys and values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setKey
A type of tag to filter on. For example, serverType.
- Parameters:
key
- A type of tag to filter on. For example, serverType.
-
getKey
A type of tag to filter on. For example, serverType.
- Returns:
- A type of tag to filter on. For example, serverType.
-
withKey
A type of tag to filter on. For example, serverType.
- Parameters:
key
- A type of tag to filter on. For example, serverType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
A value to filter on. For example key = serverType and value = web server.
- Parameters:
value
- A value to filter on. For example key = serverType and value = web server.
-
getValue
A value to filter on. For example key = serverType and value = web server.
- Returns:
- A value to filter on. For example key = serverType and value = web server.
-
withValue
A value to filter on. For example key = serverType and value = web server.
- Parameters:
value
- A value to filter on. For example key = serverType and value = web server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimeOfCreation
The time the configuration tag was created in Coordinated Universal Time (UTC).
- Parameters:
timeOfCreation
- The time the configuration tag was created in Coordinated Universal Time (UTC).
-
getTimeOfCreation
The time the configuration tag was created in Coordinated Universal Time (UTC).
- Returns:
- The time the configuration tag was created in Coordinated Universal Time (UTC).
-
withTimeOfCreation
The time the configuration tag was created in Coordinated Universal Time (UTC).
- Parameters:
timeOfCreation
- The time the configuration tag was created in Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-