@Generated public class NotebookFile extends Object
| Constructor and Description |
|---|
NotebookFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getId() |
String |
getName() |
String |
getShare() |
String |
getShareId() |
Collection<TagKeyValue> |
getTags() |
int |
hashCode() |
NotebookFile |
setComment(String comment) |
NotebookFile |
setId(String id) |
NotebookFile |
setName(String name) |
NotebookFile |
setShare(String share) |
NotebookFile |
setShareId(String shareId) |
NotebookFile |
setTags(Collection<TagKeyValue> tags) |
String |
toString() |
public NotebookFile setComment(String comment)
public String getComment()
public NotebookFile setId(String id)
public String getId()
public NotebookFile setName(String name)
public String getName()
public NotebookFile setShare(String share)
public String getShare()
public NotebookFile setShareId(String shareId)
public String getShareId()
public NotebookFile setTags(Collection<TagKeyValue> tags)
public Collection<TagKeyValue> getTags()
Copyright © 2025. All rights reserved.