public class FeedPolicy extends Object implements IMetadataEntity
PENDING_ADD_OP, PENDING_DROP_OP, PENDING_NO_OP| Constructor and Description |
|---|
FeedPolicy(String dataverseName,
String policyName,
String description,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Object |
addToCache(MetadataCache cache) |
Object |
dropFromCache(MetadataCache cache) |
boolean |
equals(Object other) |
String |
getDataverseName() |
String |
getDescription() |
String |
getPolicyName() |
Map<String,String> |
getProperties() |
void |
setProperties(Map<String,String> properties) |
public String getDataverseName()
public String getPolicyName()
public Object addToCache(MetadataCache cache)
addToCache in interface IMetadataEntitypublic Object dropFromCache(MetadataCache cache)
dropFromCache in interface IMetadataEntitypublic String getDescription()
Copyright © 2016 The Apache Software Foundation. All rights reserved.