public class NebulaSpace extends Object implements Serializable
| Constructor and Description |
|---|
NebulaSpace() |
NebulaSpace(String spaceName,
String comment,
Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Map<String,String> |
getProps() |
String |
getSpaceName() |
void |
setComment(String comment) |
void |
setProps(Map<String,String> props) |
void |
setSpaceName(String spaceName) |
String |
toString() |
Copyright © 2023. All rights reserved.