public class BaseStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
BaseStatus() |
BaseStatus(long cPtr,
boolean cMemoryOwn) |
BaseStatus(SWIGTYPE_p_common__StatusCode status_code) |
BaseStatus(SWIGTYPE_p_common__StatusCode status_code,
String msg_str) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddTrace(String file,
int line,
String msg) |
void |
delete() |
protected void |
finalize() |
SWIGTYPE_p_common__StatusCode |
getCode() |
static long |
getCPtr(BaseStatus obj) |
String |
getMsg() |
String |
GetMsg() |
SWIGTYPE_p_std__vectorT_hybridse__base__Trace_t |
getTraces() |
String |
GetTraces() |
boolean |
isOK() |
boolean |
isRunning() |
static BaseStatus |
OK() |
static BaseStatus |
Running() |
void |
setCode(SWIGTYPE_p_common__StatusCode value) |
void |
setMsg(String value) |
void |
setTraces(SWIGTYPE_p_std__vectorT_hybridse__base__Trace_t value) |
String |
str() |
public BaseStatus(long cPtr,
boolean cMemoryOwn)
public BaseStatus()
public BaseStatus(SWIGTYPE_p_common__StatusCode status_code)
public BaseStatus(SWIGTYPE_p_common__StatusCode status_code, String msg_str)
public static long getCPtr(BaseStatus obj)
public void delete()
public static BaseStatus OK()
public static BaseStatus Running()
public boolean isOK()
public boolean isRunning()
public String str()
public String GetMsg()
public String GetTraces()
public void setCode(SWIGTYPE_p_common__StatusCode value)
public SWIGTYPE_p_common__StatusCode getCode()
public void setMsg(String value)
public String getMsg()
public void setTraces(SWIGTYPE_p_std__vectorT_hybridse__base__Trace_t value)
public SWIGTYPE_p_std__vectorT_hybridse__base__Trace_t getTraces()
Copyright © 2021. All rights reserved.