public class ImportContainerUpdateDraftImpl extends Object implements ImportContainerUpdateDraft, io.vrap.rmf.base.client.ModelBase
The representation sent to the server when updating an import container.
Constructor and Description |
---|
ImportContainerUpdateDraftImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ImportResourceType |
getResourceType()
The resource type to be imported.
|
Long |
getVersion()
Current version of the ImportContainer.
|
int |
hashCode() |
void |
setResourceType(ImportResourceType resourceType) |
void |
setVersion(Long version) |
getClass, notify, notifyAll, toString, wait, wait, wait
builder, builder, of, of, typeReference, withImportContainerUpdateDraft
public Long getVersion()
Current version of the ImportContainer.
getVersion
in interface ImportContainerUpdateDraft
public ImportResourceType getResourceType()
The resource type to be imported. If not given, the ImportContainer is able to import all of the supported ImportResourceTypes.
getResourceType
in interface ImportContainerUpdateDraft
public void setVersion(Long version)
setVersion
in interface ImportContainerUpdateDraft
public void setResourceType(ImportResourceType resourceType)
setResourceType
in interface ImportContainerUpdateDraft