public class Message
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Message.MessageType
Message semantic type.
|
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getHeaders()
Gets the headers.
|
String |
getMessageType()
Gets the messageType.
|
Map<String,Object> |
getRequest()
Gets the request.
|
Map<String,Object> |
getResponse()
Gets the response.
|
Long |
getStatus()
Gets the status.
|
String |
getUrl()
Gets the url.
|
public String getMessageType()
public String getUrl()
public Map<String,Object> getRequest()
public Long getStatus()
Copyright © 2021 IBM Cloud. All rights reserved.