public class LocalReplicationImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.model.LocalReplication
| Constructor and Description |
|---|
LocalReplicationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCronExp() |
java.lang.String |
getPassword() |
java.lang.String |
getPathPrefix() |
java.lang.String |
getRepoKey() |
long |
getSocketTimeoutMillis() |
java.lang.String |
getUrl() |
java.lang.String |
getUsername() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isEnableEventReplication() |
boolean |
isSyncDeletes() |
boolean |
isSyncProperties() |
boolean |
isSyncStatistics() |
void |
setCronExp(java.lang.String cronExp) |
void |
setEnabled(boolean enabled) |
void |
setEnableEventReplication(boolean enableEventReplication) |
void |
setPassword(java.lang.String password) |
void |
setPathPrefix(java.lang.String pathPrefix) |
void |
setRepoKey(java.lang.String repoKey) |
void |
setSocketTimeoutMillis(long socketTimeoutMillis) |
void |
setSyncDeletes(boolean syncDeletes) |
void |
setSyncProperties(boolean syncProperties) |
void |
setSyncStatistics(boolean syncStatistics) |
void |
setUrl(java.lang.String url) |
void |
setUsername(java.lang.String username) |
java.lang.String |
toString() |
public java.lang.String getUrl()
getUrl in interface org.jfrog.artifactory.client.model.LocalReplicationpublic long getSocketTimeoutMillis()
getSocketTimeoutMillis in interface org.jfrog.artifactory.client.model.LocalReplicationpublic java.lang.String getUsername()
getUsername in interface org.jfrog.artifactory.client.model.LocalReplicationpublic java.lang.String getPassword()
getPassword in interface org.jfrog.artifactory.client.model.LocalReplicationpublic boolean isEnableEventReplication()
isEnableEventReplication in interface org.jfrog.artifactory.client.model.LocalReplicationpublic boolean isEnabled()
isEnabled in interface org.jfrog.artifactory.client.model.Replicationpublic java.lang.String getCronExp()
getCronExp in interface org.jfrog.artifactory.client.model.Replicationpublic boolean isSyncDeletes()
isSyncDeletes in interface org.jfrog.artifactory.client.model.Replicationpublic boolean isSyncProperties()
isSyncProperties in interface org.jfrog.artifactory.client.model.Replicationpublic boolean isSyncStatistics()
isSyncStatistics in interface org.jfrog.artifactory.client.model.LocalReplicationpublic java.lang.String getPathPrefix()
getPathPrefix in interface org.jfrog.artifactory.client.model.LocalReplicationpublic java.lang.String getRepoKey()
getRepoKey in interface org.jfrog.artifactory.client.model.Replicationpublic void setUrl(java.lang.String url)
public void setSocketTimeoutMillis(long socketTimeoutMillis)
public void setUsername(java.lang.String username)
public void setPassword(java.lang.String password)
public void setEnableEventReplication(boolean enableEventReplication)
public void setSyncStatistics(boolean syncStatistics)
public void setEnabled(boolean enabled)
public void setCronExp(java.lang.String cronExp)
public void setSyncDeletes(boolean syncDeletes)
public void setSyncProperties(boolean syncProperties)
public void setPathPrefix(java.lang.String pathPrefix)
public void setRepoKey(java.lang.String repoKey)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object