Class MinIoStorage
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.dataset.Storage
-
- com.netgrif.application.engine.petrinet.domain.dataset.MinIoStorage
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,java.io.Serializable
public class MinIoStorage extends Storage implements groovy.lang.GroovyObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MinIoStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBucket()
void
setBucket(java.lang.String bucket)
void
setMetaClass(groovy.lang.MetaClass mc)
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Storage
getHost, getMetaClass, getSerialVersionUID, getType, setHost, setType
-
-
-
-
Method Detail
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classStorage
-
getBucket
public java.lang.String getBucket()
-
setBucket
public void setBucket(java.lang.String bucket)
-
-