public class RepoMirror
extends java.lang.Object
| Constructor and Description |
|---|
RepoMirror() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessKeyId() |
java.lang.String |
getAwsRegion() |
java.lang.String |
getBasePath() |
java.lang.String |
getBucketName() |
java.lang.String |
getDescription() |
java.lang.Long |
getId() |
RepoIndexerType |
getIndexerType() |
java.lang.String |
getPath() |
RepoProviderType |
getProviderType() |
java.lang.String |
getRepo() |
java.lang.String |
getSecretKey() |
void |
setAccessKeyId(java.lang.String accessKeyId) |
void |
setAwsRegion(java.lang.String awsRegion) |
void |
setBasePath(java.lang.String basePath) |
void |
setBucketName(java.lang.String bucketName) |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.Long id) |
void |
setIndexerType(RepoIndexerType indexerType) |
void |
setPath(java.lang.String path) |
void |
setProviderType(RepoProviderType providerType) |
void |
setRepo(java.lang.String repo) |
void |
setSecretKey(java.lang.String secretKey) |
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - the id to setpublic java.lang.String getRepo()
public void setRepo(java.lang.String repo)
repo - the repo to setpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - the path to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic RepoIndexerType getIndexerType()
public void setIndexerType(RepoIndexerType indexerType)
indexerType - the indexerType to setpublic RepoProviderType getProviderType()
public void setProviderType(RepoProviderType providerType)
providerType - the providerType to setpublic java.lang.String getBasePath()
public void setBasePath(java.lang.String basePath)
basePath - the basePath to setpublic java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
bucketName - the bucketName to setpublic java.lang.String getAwsRegion()
public void setAwsRegion(java.lang.String awsRegion)
awsRegion - the awsRegion to setpublic java.lang.String getAccessKeyId()
public void setAccessKeyId(java.lang.String accessKeyId)
accessKeyId - the accessKeyId to setpublic java.lang.String getSecretKey()
public void setSecretKey(java.lang.String secretKey)
secretKey - the secretKey to setCopyright © 2017-2020 Cinovo AG. All Rights Reserved.