public class CatalogImportResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CatalogImportResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Ref> |
getContent()
returns the refs of APIs for which catalog data are contained in the archive
|
java.util.Set<Ref> |
getImported()
returns the refs of APIs for which catalog data were imported.
|
java.util.Set<Ref> |
getSkipped()
returns the refs of APIs for which catalog data were contained in the archive
but that do not exist anymore on the server
|
void |
setContent(java.util.Set<Ref> apis)
sets the refs of APIs for which catalog data are contained in the archive
|
void |
setImported(java.util.Set<Ref> imported)
sets the refs of APIs for which catalog data were imported.
|
void |
setSkipped(java.util.Set<Ref> skipped)
sets the refs of APIs for which catalog data were contained in the archive
but that do not exist anymore on the server
|
public void setContent(java.util.Set<Ref> apis)
public java.util.Set<Ref> getContent()
public void setImported(java.util.Set<Ref> imported)
public java.util.Set<Ref> getImported()
public void setSkipped(java.util.Set<Ref> skipped)
public java.util.Set<Ref> getSkipped()