@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-25T15:20:44.090-04:00") public class Scope extends StandardNode
| Constructor and Description |
|---|
Scope() |
| Modifier and Type | Method and Description |
|---|---|
Scope |
addMemberIdsItem(String memberIdsItem) |
Scope |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
List<String> |
getMemberIds()
Get memberIds
|
String |
getName()
Get name
|
int |
hashCode() |
Scope |
memberIds(List<String> memberIds) |
Scope |
name(String name) |
void |
setDescription(String description) |
void |
setMemberIds(List<String> memberIds) |
void |
setName(String name) |
String |
toString() |
agent, batchId, factType, getAgent, getBatchId, getFactType, getNodeId, getParentId, getTimestamp, nodeId, parentId, setAgent, setBatchId, setFactType, setNodeId, setParentId, setTimestamp, timestamppublic String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public boolean equals(Object o)
equals in class StandardNodepublic int hashCode()
hashCode in class StandardNodepublic String toString()
toString in class StandardNodeCopyright © 2018. All rights reserved.