Class StringAttribute
- java.lang.Object
-
- org.opennms.netmgt.config.prometheus.StringAttribute
-
public class StringAttribute extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="value-exp" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description StringAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetAlias()Gets the value of the alias property.StringgetValueExp()Gets the value of the valueExp property.inthashCode()voidsetAlias(String value)Sets the value of the alias property.voidsetValueExp(String value)Sets the value of the valueExp property.
-
-
-
Method Detail
-
getAlias
public String getAlias()
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
public void setAlias(String value)
Sets the value of the alias property.- Parameters:
value- allowed object isString
-
getValueExp
public String getValueExp()
Gets the value of the valueExp property.- Returns:
- possible object is
String
-
setValueExp
public void setValueExp(String value)
Sets the value of the valueExp property.- Parameters:
value- allowed object isString
-
-