public class NutsIndexSubscriber extends Object implements Serializable
| Constructor and Description |
|---|
NutsIndexSubscriber() |
NutsIndexSubscriber(NutsIndexSubscriber other) |
| Modifier and Type | Method and Description |
|---|---|
String |
cacheFolderName() |
NutsIndexSubscriber |
copy() |
boolean |
equals(Object o) |
String |
getName() |
String |
getUuid() |
Map<String,net.thevpc.nuts.NutsWorkspaceLocation> |
getWorkspaceLocations() |
int |
hashCode() |
NutsIndexSubscriber |
setName(String name) |
NutsIndexSubscriber |
setUuid(String uuid) |
NutsIndexSubscriber |
setWorkspaceLocations(Map<String,net.thevpc.nuts.NutsWorkspaceLocation> workspaceLocations) |
String |
toString() |
public NutsIndexSubscriber()
public NutsIndexSubscriber(NutsIndexSubscriber other)
public String getUuid()
public NutsIndexSubscriber setUuid(String uuid)
public Map<String,net.thevpc.nuts.NutsWorkspaceLocation> getWorkspaceLocations()
public NutsIndexSubscriber setWorkspaceLocations(Map<String,net.thevpc.nuts.NutsWorkspaceLocation> workspaceLocations)
public NutsIndexSubscriber copy()
public String getName()
public NutsIndexSubscriber setName(String name)
public String cacheFolderName()
Copyright © 2021 vpc open source initiative. All rights reserved.