public class RemoteReplicationImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.model.RemoteReplication
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCronExp() |
java.lang.String |
getRepoKey() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isSyncDeletes() |
boolean |
isSyncProperties() |
java.lang.String |
toString() |
public 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 java.lang.String getRepoKey()
getRepoKey in interface org.jfrog.artifactory.client.model.Replicationpublic 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