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 class
CustomProperty.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.DecriptorImpl
getDescriptor()
String
getKey()
String
getValue()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public String getValue()
-
getDescriptor
public CustomProperty.DecriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<CustomProperty>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<CustomProperty>
-
-