@TypeMetadata(name="AccessPolicy",
description="AccessPolicy information",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface AccessPolicy
extends GCubeProperty
| Modifier and Type | Method and Description |
|---|---|
String |
getNote() |
ValueSchema |
getPolicy() |
void |
setNote(String note) |
void |
setPolicy(ValueSchema policy) |
static final String NAME
@ISProperty ValueSchema getPolicy()
void setPolicy(ValueSchema policy)
@ISProperty String getNote()
void setNote(String note)
Copyright © 2022. All Rights Reserved.