public class SpaceListResponse extends EvsBaseResponse
metadata| Constructor and Description |
|---|
SpaceListResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
Integer |
getDeviceCount() |
Long |
getEdgeId() |
String |
getEdgeName() |
Long |
getSpaceId() |
String |
getSpaceName() |
String |
getStatus() |
String |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDeviceCount(Integer deviceCount) |
void |
setEdgeId(Long edgeId) |
void |
setEdgeName(String edgeName) |
void |
setSpaceId(Long spaceId) |
void |
setSpaceName(String spaceName) |
void |
setStatus(String status) |
void |
setType(String type) |
String |
toString() |
getMetadatapublic Long getSpaceId()
public void setSpaceId(Long spaceId)
public String getSpaceName()
public void setSpaceName(String spaceName)
public String getType()
public void setType(String type)
public String getStatus()
public void setStatus(String status)
public String getDescription()
public void setDescription(String description)
public Integer getDeviceCount()
public void setDeviceCount(Integer deviceCount)
public Long getEdgeId()
public void setEdgeId(Long edgeId)
public String getEdgeName()
public void setEdgeName(String edgeName)
Copyright © 2022. All rights reserved.