Class KeyValuePairMetadataValue
- java.lang.Object
-
- org.mule.weave.v2.module.http.service.metadata.KeyValuePairMetadataValue
-
- All Implemented Interfaces:
MetadataValue
public class KeyValuePairMetadataValue extends java.lang.Object implements MetadataValue
-
-
Constructor Summary
Constructors Constructor Description KeyValuePairMetadataValue(java.lang.String key, MetadataValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()MetadataValuegetValue()
-
-
-
Constructor Detail
-
KeyValuePairMetadataValue
public KeyValuePairMetadataValue(java.lang.String key, MetadataValue value)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getValue
public MetadataValue getValue()
-
-