Package feast.common.logging.entry
Class LogResource
- java.lang.Object
-
- feast.common.logging.entry.LogResource
-
public abstract class LogResource extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogResource.ResourceType
-
Constructor Summary
Constructors Constructor Description LogResource()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetId()abstract LogResource.ResourceTypegetType()static LogResourceof(LogResource.ResourceType type, String id)
-
-
-
Method Detail
-
getType
public abstract LogResource.ResourceType getType()
-
getId
public abstract String getId()
-
of
public static LogResource of(LogResource.ResourceType type, String id)
-
-