public class MeteringLog extends Classification
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
classificationName, serialVersionUID| Constructor and Description |
|---|
MeteringLog()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExtraAttributes()
Get the extra attributes - ones that are in addition to the standard types.
|
String |
getNotes()
{@literal Notes on usage, purpose and type of exception backlog.
|
String |
getProcess()
{@literal Unique identifier of the automated process that processes this exception backlog.
|
String |
getSource()
{@literal Source of the exception backlog.
|
InstanceProperties |
obtainInstanceProperties() |
void |
setExtraAttributes(Map<String,Object> extraAttributes) |
void |
setNotes(String notes) |
void |
setProcess(String process) |
void |
setSource(String source) |
getClassificationName, getSerialVersionUID, getSystemAttributes, setSystemAttributespublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
public InstanceProperties obtainInstanceProperties()
obtainInstanceProperties in class Classificationpublic String getNotes()
String public void setNotes(String notes)
public String getProcess()
String public void setProcess(String process)
public String getSource()
String public void setSource(String source)
public Map<String,Object> getExtraAttributes()
Copyright © 2017–2018 ODPi. All rights reserved.