Class CustomProperty
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<CustomProperty>
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.model.CustomProperty
-
- All Implemented Interfaces:
Describable<CustomProperty>
public class CustomProperty extends AbstractDescribableImpl<CustomProperty>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomProperty.DecriptorImpl
-
Constructor Summary
Constructors Constructor Description CustomProperty(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomProperty.DecriptorImplgetDescriptor()StringgetKey()StringgetValue()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public String getValue()
-
getDescriptor
public CustomProperty.DecriptorImpl getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<CustomProperty>- Overrides:
getDescriptorin classAbstractDescribableImpl<CustomProperty>
-
-