Klasse S3
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.S3
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean@NotNull StringReturns the s3DefaultBucket.@NotNull StringReturns the s3EndPoint.@NotNull LongReturns the s3MaxNumberOfBuckets.@NotNull StringReturns the s3Region.inthashCode()voidsetS3DefaultBucket(String s3DefaultBucket) Set the s3DefaultBucket.voidsetS3EndPoint(String s3EndPoint) Set the s3EndPoint.voidsetS3MaxNumberOfBuckets(Long s3MaxNumberOfBuckets) Set the s3MaxNumberOfBuckets.voidsetS3Region(String s3Region) Set the s3Region.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
s3EndPoint
-
s3Region
-
s3MaxNumberOfBuckets
-
s3DefaultBucket
-
-
Konstruktordetails
-
S3
public S3()Creates a new S3. -
S3
Creates a new S3.
-
-
Methodendetails
-
getS3EndPoint
Returns the s3EndPoint.- Gibt zurück:
- s3EndPoint
-
setS3EndPoint
Set the s3EndPoint.- Parameter:
s3EndPoint- the new s3EndPoint
-
getS3Region
Returns the s3Region.- Gibt zurück:
- s3Region
-
setS3Region
Set the s3Region.- Parameter:
s3Region- the new s3Region
-
getS3MaxNumberOfBuckets
Returns the s3MaxNumberOfBuckets.- Gibt zurück:
- s3MaxNumberOfBuckets
-
setS3MaxNumberOfBuckets
Set the s3MaxNumberOfBuckets.- Parameter:
s3MaxNumberOfBuckets- the new s3MaxNumberOfBuckets
-
getS3DefaultBucket
Returns the s3DefaultBucket.- Gibt zurück:
- s3DefaultBucket
-
setS3DefaultBucket
Set the s3DefaultBucket.- Parameter:
s3DefaultBucket- the new s3DefaultBucket
-
hashCode
public int hashCode() -
equals
-
toString
-