public class MappingTableDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected int |
flags |
protected UUID |
guid |
protected int |
id |
protected String |
name |
Constructor and Description |
---|
MappingTableDescriptor(int id,
String name,
String description,
int flags) |
MappingTableDescriptor(org.netxms.base.NXCPMessage msg,
long baseId)
Create from NXCP message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
int |
getFlags() |
UUID |
getGuid() |
int |
getId() |
String |
getName() |
int |
hashCode() |
protected int id
protected UUID guid
protected String name
protected String description
protected int flags
public MappingTableDescriptor(org.netxms.base.NXCPMessage msg, long baseId)
msg
- baseId
- Copyright © 2016. All rights reserved.