public class Create extends Object implements KmipStruct
| Constructor and Description |
|---|
Create() |
Create(ObjectType objectType,
Attributes attributes,
Optional<Integer> protection_storage_masks) |
| Modifier and Type | Method and Description |
|---|---|
Create |
attributes(Attributes attributes) |
boolean |
equals(Object o) |
Attributes |
getAttributes() |
ObjectType |
getObjectType() |
Optional<Integer> |
getProtection_storage_masks() |
int |
hashCode() |
Create |
objectType(ObjectType objectType) |
Create |
protection_storage_masks(Optional<Integer> protection_storage_masks) |
void |
setAttributes(Attributes attributes) |
void |
setObjectType(ObjectType objectType) |
void |
setProtection_storage_masks(Optional<Integer> protection_storage_masks) |
String |
toString() |
public Create()
public Create(ObjectType objectType, Attributes attributes, Optional<Integer> protection_storage_masks)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public Attributes getAttributes()
public void setAttributes(Attributes attributes)
public void setProtection_storage_masks(Optional<Integer> protection_storage_masks)
public Create objectType(ObjectType objectType)
public Create attributes(Attributes attributes)
public Create protection_storage_masks(Optional<Integer> protection_storage_masks)
Copyright © 2022. All rights reserved.