public abstract class GenericResult extends Object
| 构造器和说明 |
|---|
GenericResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getClientCRC64() |
String |
getRequestId() |
Long |
getServerCRC64() |
void |
setClientCRC64(Long clientCRC64) |
void |
setRequestId(String requestId) |
void |
setServerCRC64(Long serverCRC64) |
public String getRequestId()
public void setRequestId(String requestId)
public Long getClientCRC64()
public void setClientCRC64(Long clientCRC64)
public Long getServerCRC64()
public void setServerCRC64(Long serverCRC64)
Copyright © 2016. All Rights Reserved.