public class Import extends Object implements KmipStruct
| Constructor and Description |
|---|
Import() |
Import(String uniqueIdentifier,
ObjectType objectType,
Optional<Boolean> replaceExisting,
Optional<KeyWrapType> keyWrapType,
Attributes attributes,
KmipObject object) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getAttributes() |
Optional<KeyWrapType> |
getKeyWrapType() |
KmipObject |
getObject() |
ObjectType |
getObjectType() |
Optional<Boolean> |
getReplaceExisting() |
String |
getUniqueIdentifier() |
void |
setAttributes(Attributes attributes) |
void |
setKeyWrapType(Optional<KeyWrapType> key_wrap_type) |
void |
setObject(KmipObject object) |
void |
setObjectType(ObjectType object_type) |
void |
setReplaceExisting(Optional<Boolean> replace_existing) |
void |
setUniqueIdentifier(String unique_identifier) |
public Import(String uniqueIdentifier, ObjectType objectType, Optional<Boolean> replaceExisting, Optional<KeyWrapType> keyWrapType, Attributes attributes, KmipObject object)
public Import()
public String getUniqueIdentifier()
public void setUniqueIdentifier(String unique_identifier)
public ObjectType getObjectType()
public void setObjectType(ObjectType object_type)
public Optional<KeyWrapType> getKeyWrapType()
public void setKeyWrapType(Optional<KeyWrapType> key_wrap_type)
public KmipObject getObject()
public void setObject(KmipObject object)
public Attributes getAttributes()
public void setAttributes(Attributes attributes)
Copyright © 2022. All rights reserved.