public class RpcAbstractLookoutModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
app |
protected Long |
elapsedTime |
protected String |
invokeType |
protected String |
method |
protected String |
protocol |
protected String |
service |
protected boolean |
success |
| 构造器和说明 |
|---|
RpcAbstractLookoutModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApp()
Getter method for property app.
|
Long |
getElapsedTime()
Getter method for property elapsedTime.
|
String |
getInvokeType()
Getter method for property invokeType.
|
String |
getMethod()
Getter method for property method.
|
String |
getProtocol()
Getter method for property protocol.
|
String |
getService()
Getter method for property service.
|
boolean |
getSuccess()
Getter method for property success.
|
void |
setApp(String app)
Setter method for property app.
|
void |
setElapsedTime(Long elapsedTime)
Setter method for property elapsedTime.
|
void |
setInvokeType(String invokeType)
Setter method for property invokeType.
|
void |
setMethod(String method)
Setter method for property method.
|
void |
setProtocol(String protocol)
Setter method for property protocol.
|
void |
setService(String service)
Setter method for property service.
|
void |
setSuccess(boolean success)
Setter method for property success.
|
protected String app
protected String service
protected String method
protected String protocol
protected String invokeType
protected Long elapsedTime
protected boolean success
public String getApp()
public void setApp(String app)
app - value to be assigned to property apppublic String getService()
public void setService(String service)
service - value to be assigned to property servicepublic String getMethod()
public void setMethod(String method)
method - value to be assigned to property methodpublic String getProtocol()
public void setProtocol(String protocol)
protocol - value to be assigned to property protocolpublic String getInvokeType()
public void setInvokeType(String invokeType)
invokeType - value to be assigned to property invokeTypepublic Long getElapsedTime()
public void setElapsedTime(Long elapsedTime)
elapsedTime - value to be assigned to property elapsedTimepublic boolean getSuccess()
public void setSuccess(boolean success)
success - value to be assigned to property successCopyright © 2008–2018 The Ant Financial. All rights reserved.