public class StorageInfoImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.model.StorageInfo
| Constructor and Description |
|---|
StorageInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.jfrog.artifactory.client.model.BinariesSummary |
getBinariesSummary() |
org.jfrog.artifactory.client.model.FileStorageSummary |
getFileStoreSummary() |
java.util.List<org.jfrog.artifactory.client.model.RepositorySummary> |
getRepositoriesSummaryList() |
void |
setBinariesSummary(org.jfrog.artifactory.client.model.BinariesSummary binariesSummary) |
void |
setFileStoreSummary(org.jfrog.artifactory.client.model.FileStorageSummary fileStoreSummary) |
void |
setRepositoriesSummaryList(java.util.List<org.jfrog.artifactory.client.model.RepositorySummary> repositoriesSummaryList) |
public org.jfrog.artifactory.client.model.BinariesSummary getBinariesSummary()
getBinariesSummary in interface org.jfrog.artifactory.client.model.StorageInfopublic void setBinariesSummary(org.jfrog.artifactory.client.model.BinariesSummary binariesSummary)
public org.jfrog.artifactory.client.model.FileStorageSummary getFileStoreSummary()
getFileStoreSummary in interface org.jfrog.artifactory.client.model.StorageInfopublic void setFileStoreSummary(org.jfrog.artifactory.client.model.FileStorageSummary fileStoreSummary)
public java.util.List<org.jfrog.artifactory.client.model.RepositorySummary> getRepositoriesSummaryList()
getRepositoriesSummaryList in interface org.jfrog.artifactory.client.model.StorageInfopublic void setRepositoriesSummaryList(java.util.List<org.jfrog.artifactory.client.model.RepositorySummary> repositoriesSummaryList)