public class ContentSyncImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.model.ContentSync
| Modifier and Type | Class and Description |
|---|---|
class |
ContentSyncImpl.EnabledHolderImpl |
class |
ContentSyncImpl.OriginAbsenceDetectionHolderImpl |
| Constructor and Description |
|---|
ContentSyncImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.jfrog.artifactory.client.model.ContentSync.EnabledHolder |
getProperties() |
org.jfrog.artifactory.client.model.ContentSync.OriginAbsenceDetectionHolder |
getSource() |
org.jfrog.artifactory.client.model.ContentSync.EnabledHolder |
getStatistics() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setProperties(org.jfrog.artifactory.client.model.ContentSync.EnabledHolder properties) |
void |
setSource(org.jfrog.artifactory.client.model.ContentSync.OriginAbsenceDetectionHolder source) |
void |
setStatistics(org.jfrog.artifactory.client.model.ContentSync.EnabledHolder statistics) |
public boolean isEnabled()
isEnabled in interface org.jfrog.artifactory.client.model.ContentSyncpublic void setEnabled(boolean enabled)
setEnabled in interface org.jfrog.artifactory.client.model.ContentSyncpublic org.jfrog.artifactory.client.model.ContentSync.EnabledHolder getStatistics()
getStatistics in interface org.jfrog.artifactory.client.model.ContentSyncpublic void setStatistics(org.jfrog.artifactory.client.model.ContentSync.EnabledHolder statistics)
setStatistics in interface org.jfrog.artifactory.client.model.ContentSyncpublic org.jfrog.artifactory.client.model.ContentSync.EnabledHolder getProperties()
getProperties in interface org.jfrog.artifactory.client.model.ContentSyncpublic void setProperties(org.jfrog.artifactory.client.model.ContentSync.EnabledHolder properties)
setProperties in interface org.jfrog.artifactory.client.model.ContentSyncpublic org.jfrog.artifactory.client.model.ContentSync.OriginAbsenceDetectionHolder getSource()
getSource in interface org.jfrog.artifactory.client.model.ContentSyncpublic void setSource(org.jfrog.artifactory.client.model.ContentSync.OriginAbsenceDetectionHolder source)
setSource in interface org.jfrog.artifactory.client.model.ContentSync