Skip to content

Commit 9fc1d50

Browse files
committed
Formatting.
1 parent 1a511a2 commit 9fc1d50

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

hub/src/main/java/ch/iterate/hub/model/StorageProfileDtoWrapper.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public Class getType() {
3030
return proxy.getActualInstance().getClass();
3131
}
3232

33-
public ch.iterate.hub.client.model.Protocol getProtocol() {
33+
public ch.iterate.hub.client.model.Protocol getProtocol() {
3434
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
3535
return ((StorageProfileS3Dto) proxy.getActualInstance()).getProtocol();
3636
}
@@ -40,7 +40,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
4040
return null;
4141
}
4242

43-
public UUID getId() {
43+
public UUID getId() {
4444
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
4545
return ((StorageProfileS3Dto) proxy.getActualInstance()).getId();
4646
}
@@ -50,7 +50,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
5050
return null;
5151
}
5252

53-
public String getName() {
53+
public String getName() {
5454
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
5555
return ((StorageProfileS3Dto) proxy.getActualInstance()).getName();
5656
}
@@ -60,7 +60,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
6060
return null;
6161
}
6262

63-
public String getHostname() {
63+
public String getHostname() {
6464
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
6565
return ((StorageProfileS3Dto) proxy.getActualInstance()).getHostname();
6666
}
@@ -70,7 +70,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
7070
return null;
7171
}
7272

73-
public String getScheme() {
73+
public String getScheme() {
7474
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
7575
return ((StorageProfileS3Dto) proxy.getActualInstance()).getScheme();
7676
}
@@ -80,7 +80,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
8080
return null;
8181
}
8282

83-
public Integer getPort() {
83+
public Integer getPort() {
8484
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
8585
return ((StorageProfileS3Dto) proxy.getActualInstance()).getPort();
8686
}
@@ -90,7 +90,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
9090
return null;
9191
}
9292

93-
public String getStsEndpoint() {
93+
public String getStsEndpoint() {
9494
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
9595
// only STS
9696
return null;
@@ -101,7 +101,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
101101
return null;
102102
}
103103

104-
public Boolean getBucketAcceleration() {
104+
public Boolean getBucketAcceleration() {
105105
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
106106
// only STS
107107
return null;
@@ -112,7 +112,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
112112
return null;
113113
}
114114

115-
public String getBucketPrefix() {
115+
public String getBucketPrefix() {
116116
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
117117
// only STS
118118
return null;
@@ -123,7 +123,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
123123
return null;
124124
}
125125

126-
public String getRegion() {
126+
public String getRegion() {
127127
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
128128
// only STS
129129
return null;
@@ -134,7 +134,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
134134
return null;
135135
}
136136

137-
public List<String> getRegions() {
137+
public List<String> getRegions() {
138138
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
139139
// only STS
140140
return null;
@@ -145,7 +145,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
145145
return null;
146146
}
147147

148-
public String getStsRoleArn() {
148+
public String getStsRoleArn() {
149149
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
150150
// only STS
151151
return null;
@@ -156,7 +156,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
156156
return null;
157157
}
158158

159-
public String getStsRoleArn2() {
159+
public String getStsRoleArn2() {
160160
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
161161
// only STS
162162
return null;
@@ -167,7 +167,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
167167
return null;
168168
}
169169

170-
public String getStsRoleArnClient() {
170+
public String getStsRoleArnClient() {
171171
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
172172
// only STS
173173
return null;
@@ -178,7 +178,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
178178
return null;
179179
}
180180

181-
public Integer getStsDurationSeconds() {
181+
public Integer getStsDurationSeconds() {
182182
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
183183
// only STS
184184
return null;
@@ -189,7 +189,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
189189
return null;
190190
}
191191

192-
public Boolean getWithPathStyleAccessEnabled() {
192+
public Boolean getWithPathStyleAccessEnabled() {
193193
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
194194
return ((StorageProfileS3Dto) proxy.getActualInstance()).getWithPathStyleAccessEnabled();
195195
}
@@ -199,7 +199,7 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
199199
return null;
200200
}
201201

202-
public S3STORAGECLASSES getStorageClass() {
202+
public S3STORAGECLASSES getStorageClass() {
203203
if(proxy.getActualInstance() instanceof StorageProfileS3Dto) {
204204
return ((StorageProfileS3Dto) proxy.getActualInstance()).getStorageClass();
205205
}
@@ -208,4 +208,4 @@ else if(proxy.getActualInstance() instanceof StorageProfileS3STSDto) {
208208
}
209209
return null;
210210
}
211-
}
211+
}

0 commit comments

Comments
 (0)