| Constructor and Description |
|---|
Shares() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,List<File.ShareDetail>> |
getPrivateChannels()
The key of the Map: channel ID
|
Map<String,List<File.ShareDetail>> |
getPublicChannels()
The key of the Map: channel ID
|
int |
hashCode() |
void |
setPrivateChannels(Map<String,List<File.ShareDetail>> privateChannels)
The key of the Map: channel ID
|
void |
setPublicChannels(Map<String,List<File.ShareDetail>> publicChannels)
The key of the Map: channel ID
|
String |
toString() |
public Map<String,List<File.ShareDetail>> getPublicChannels()
public Map<String,List<File.ShareDetail>> getPrivateChannels()
public void setPublicChannels(Map<String,List<File.ShareDetail>> publicChannels)
public void setPrivateChannels(Map<String,List<File.ShareDetail>> privateChannels)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.