public class AS2ReceiveAttributes extends Object implements Serializable
| Constructor and Description |
|---|
AS2ReceiveAttributes(String as2MessageId,
String fileName,
String fromName,
org.mule.runtime.api.util.MultiMap<String,String> headers,
String mdnResponse,
org.mule.runtime.api.util.MultiMap<String,String> mdnHeaders,
String toName,
boolean processed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAs2MessageId() |
String |
getFileName() |
String |
getFromName() |
org.mule.runtime.api.util.MultiMap<String,String> |
getHeaders() |
org.mule.runtime.api.util.MultiMap<String,String> |
getMdnHeaders() |
String |
getMdnResponse() |
String |
getMimeType() |
String |
getToName() |
int |
hashCode() |
boolean |
isProcessed() |
void |
setMimeType(String mimeType) |
public String getFromName()
public String getToName()
public String getAs2MessageId()
public String getFileName()
public String getMdnResponse()
public String getMimeType()
public void setMimeType(String mimeType)
public boolean isProcessed()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.