public class MetadataKeyResult extends Object
MetadataKey whether it is complete (has all required parts) or not and in the case it is
not complete, the reason why.| Constructor and Description |
|---|
MetadataKeyResult(org.mule.runtime.api.metadata.MetadataKey key) |
MetadataKeyResult(org.mule.runtime.api.metadata.MetadataKey key,
String partialReason) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.MetadataKey |
getMetadataKey() |
String |
getPartialReason() |
boolean |
isComplete() |
public MetadataKeyResult(org.mule.runtime.api.metadata.MetadataKey key)
public MetadataKeyResult(org.mule.runtime.api.metadata.MetadataKey key,
String partialReason)
public org.mule.runtime.api.metadata.MetadataKey getMetadataKey()
public String getPartialReason()
public boolean isComplete()
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.