Klasse S3
java.lang.Object
de.dlr.proseo.interfaces.rest.model.S3
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelder
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer 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- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
s3EndPoint
- 
s3Region
- 
s3MaxNumberOfBuckets
- 
s3DefaultBucket
 
- 
- 
Konstruktordetails- 
S3public S3()Creates a new S3.
- 
S3Creates a new S3.
 
- 
- 
Methodendetails- 
getS3EndPointReturns the s3EndPoint.- Gibt zurück:
- s3EndPoint
 
- 
setS3EndPointSet the s3EndPoint.- Parameter:
- s3EndPoint- the new s3EndPoint
 
- 
getS3RegionReturns the s3Region.- Gibt zurück:
- s3Region
 
- 
setS3RegionSet the s3Region.- Parameter:
- s3Region- the new s3Region
 
- 
getS3MaxNumberOfBucketsReturns the s3MaxNumberOfBuckets.- Gibt zurück:
- s3MaxNumberOfBuckets
 
- 
setS3MaxNumberOfBucketsSet the s3MaxNumberOfBuckets.- Parameter:
- s3MaxNumberOfBuckets- the new s3MaxNumberOfBuckets
 
- 
getS3DefaultBucketReturns the s3DefaultBucket.- Gibt zurück:
- s3DefaultBucket
 
- 
setS3DefaultBucketSet the s3DefaultBucket.- Parameter:
- s3DefaultBucket- the new s3DefaultBucket
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-