public class UDClassDefMsg extends Msg
Constructor and Description |
---|
UDClassDefMsg()
Class constructor.
|
UDClassDefMsg(String protocol,
String vendor,
String version,
int id)
Class constructor specifying various properties.
|
UDClassDefMsg(String protocol,
String vendor,
String version,
int id,
String name)
Class constructor specifying various properties.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Gets the classDef ID associated with this msg.
|
String |
getName()
Gets the name of this User Defined class.
|
void |
setID(int id)
Sets the classDef ID associated with this msg.
|
void |
setName(String name)
Sets the name of this User Defined class.
|
getProtocol, getTicket, getTimestamp, getVendor, getVersion, setProtocol, setTicket, setTimestamp, setVendor, setVersion
public UDClassDefMsg()
public UDClassDefMsg(String protocol, String vendor, String version, int id)
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")id
- the classDef ID associated with this User Defined msg
(example: 1, 2, 3, etc.)public UDClassDefMsg(String protocol, String vendor, String version, int id, String name)
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")id
- the classDef ID associated with this User Defined msg
(example: 1, 2, 3, etc.)name
- the name of this User Defined class. (example: 'org.third.party.recorder.protocolX_1.0.0.0.MyArbitraryName')public int getID()
public void setID(int id)
id
- integer reflecting the classDef ID associated with this msgpublic String getName()
public void setName(String name)
name
- the name of this User Defined class© Copyright IBM Corp. 2013. All rights reserved.