public class DeploymentLogRequest extends Object
| Constructor and Description |
|---|
DeploymentLogRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentId() |
Long |
getEndTime() |
int |
getLimitMsgLen() |
Long |
getStartTime() |
void |
setDeploymentId(String deploymentId) |
void |
setEndTime(Long endTime) |
void |
setLimitMsgLen(int limitMsgLen) |
void |
setStartTime(Long startTime) |
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public int getLimitMsgLen()
public void setLimitMsgLen(int limitMsgLen)
Copyright © 2024 MuleSoft Inc. All rights reserved.