public class XAResponseParam extends Object
| Modifier and Type | Field and Description |
|---|---|
byte |
action |
int |
Code |
int |
corrTag |
byte |
logLevel |
byte |
respCode |
long |
respSubcode |
| Constructor and Description |
|---|
XAResponseParam() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getAction() |
int |
getCode() |
int |
getCorrTag() |
byte |
getLogLevel() |
byte |
getRespCode() |
long |
getRespSubCode() |
void |
setAction(byte val) |
void |
setCode(int val) |
void |
setCorrTag(int val) |
void |
setLogLevel(byte val) |
void |
setRespCode(byte val) |
void |
setRespSubCode(long val) |
public int corrTag
public byte action
public byte logLevel
public byte respCode
public long respSubcode
public int Code
public int getCorrTag()
public byte getAction()
public byte getLogLevel()
public byte getRespCode()
public long getRespSubCode()
public int getCode()
public void setCorrTag(int val)
public void setAction(byte val)
public void setLogLevel(byte val)
public void setRespCode(byte val)
public void setRespSubCode(long val)
public void setCode(int val)
Copyright 2004-2019 Solace Corporation. All rights reserved.