@Entity public class RequestOperationLevelEntity extends Object
Constructor and Description |
---|
RequestOperationLevelEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName() |
String |
getHostComponentName() |
Long |
getHostId() |
String |
getLevel() |
Long |
getOperationLevelId() |
RequestEntity |
getRequestEntity() |
Long |
getRequestId() |
String |
getServiceName() |
void |
setClusterName(String clusterName) |
void |
setHostComponentName(String hostComponentName) |
void |
setHostId(Long hostId) |
void |
setLevel(String level) |
void |
setOperationLevelId(Long operationLevelId) |
void |
setRequestEntity(RequestEntity request) |
void |
setRequestId(Long requestId) |
void |
setServiceName(String serviceName) |
public Long getOperationLevelId()
public void setOperationLevelId(Long operationLevelId)
public String getLevel()
public void setLevel(String level)
public String getClusterName()
public void setClusterName(String clusterName)
public String getServiceName()
public void setServiceName(String serviceName)
public String getHostComponentName()
public void setHostComponentName(String hostComponentName)
public Long getHostId()
public void setHostId(Long hostId)
public Long getRequestId()
public void setRequestId(Long requestId)
public RequestEntity getRequestEntity()
public void setRequestEntity(RequestEntity request)
Copyright © 2022 Apache Software Foundation. All rights reserved.