public class StorageInfo extends Object
| Constructor and Description |
|---|
StorageInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
String |
getFormat() |
String |
getHost() |
String |
getkey() |
String |
getPath() |
int |
getPort() |
String |
getScheme() |
String |
getType() |
void |
setBucket(String bucket) |
void |
setFormat(String format) |
void |
setHost(String host) |
void |
setKey(String key) |
void |
setPath(String path) |
void |
setPort(int port) |
void |
setScheme(String scheme) |
void |
setType(String type) |
public String getFormat()
public void setFormat(String format)
public String getBucket()
public void setBucket(String bucket)
public String getHost()
public void setHost(String host)
public String getkey()
public void setKey(String key)
public String getScheme()
public void setScheme(String scheme)
public String getPath()
public void setPath(String path)
public String getType()
public void setType(String type)
public int getPort()
public void setPort(int port)
Copyright © 2021. All rights reserved.