public class LogRecordRequestBody extends AssetConsumerOMASAPIRequestBody
| Constructor and Description |
|---|
LogRecordRequestBody()
Default constructor
|
LogRecordRequestBody(LogRecordRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getConnectionName()
Return the name of the connection used to create the connector making the log request.
|
String |
getConnectorInstanceId()
Return the instance id of the connector making the log record.
|
String |
getConnectorType()
Return the type of connector making the log record.
|
String |
getContextId()
Return the function name, or processId of the activity that the caller is performing.
|
String |
getMessage()
Return the actual log message.
|
int |
hashCode()
Return hash code for this object
|
void |
setConnectionName(String connectionName)
Set up the name of the connection used to create the connector making the log request.
|
void |
setConnectorInstanceId(String connectorInstanceId)
Set up the instance id of the connector making the log record.
|
void |
setConnectorType(String connectorType)
Set up the type of connector making the log record.
|
void |
setContextId(String contextId)
Set up the function name, or processId of the activity that the caller is performing.
|
void |
setMessage(String message)
Set up the actual log message.
|
String |
toString()
JSON-style toString.
|
public LogRecordRequestBody()
public LogRecordRequestBody(LogRecordRequestBody template)
template - object to copypublic String getConnectorInstanceId()
public void setConnectorInstanceId(String connectorInstanceId)
connectorInstanceId - unique instance idpublic String getConnectionName()
public void setConnectionName(String connectionName)
connectionName - connection namepublic String getConnectorType()
public void setConnectorType(String connectorType)
connectorType - connector typepublic String getContextId()
public void setContextId(String contextId)
contextId - context idpublic String getMessage()
public void setMessage(String message)
message - textpublic String toString()
toString in class AssetConsumerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.