public static class Id.NotificationFeed extends Id.NamespacedId
| Modifier and Type | Class and Description |
|---|---|
static class |
Id.NotificationFeed.Builder
Builder used to build
Id.NotificationFeed. |
Id.Adapter, Id.AdapterType, Id.Application, Id.ApplicationTemplate, Id.DatasetInstance, Id.DatasetModule, Id.DatasetType, Id.Flow, Id.Namespace, Id.NamespacedId, Id.NotificationFeed, Id.Program, Id.QueryHandle, Id.Run, Id.Schedule, Id.Service, Id.Stream, Id.SystemService, Id.Worker| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Id.NotificationFeed |
fromId(String id)
Id.NotificationFeed object from an id in the form of "namespace.category.name". |
String |
getCategory() |
String |
getDescription() |
String |
getFeedId() |
String |
getId() |
String |
getName() |
Id.Namespace |
getNamespace() |
String |
getNamespaceId() |
protected Id |
getParent() |
int |
hashCode() |
String |
toString() |
getIdForRep, getIdRep, getIdType, getTypepublic static Id.NotificationFeed fromId(String id)
Id.NotificationFeed object from an id in the form of "namespace.category.name".id - id of the notification feed to buildId.NotificationFeed object which id is the same as idIllegalArgumentException - when the id doesn't match a valid feed idpublic String getCategory()
public String getFeedId()
public String getNamespaceId()
public String getName()
public String getDescription()
public Id.Namespace getNamespace()
getNamespace in class Id.NamespacedIdCopyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.