public class GwCommon extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GwCommon.Builder |
| 构造器和说明 |
|---|
GwCommon() |
GwCommon(GwCommon.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLocale() |
String |
getLogId() |
String |
getOpenplatformAppId() |
String |
getReportTime() |
String |
getRequestId() |
String |
getSessionUuid() |
String |
getTerminalType() |
UserId |
getUserId() |
static GwCommon.Builder |
newBuilder() |
void |
setLocale(String locale) |
void |
setLogId(String logId) |
void |
setOpenplatformAppId(String openplatformAppId) |
void |
setReportTime(String reportTime) |
void |
setRequestId(String requestId) |
void |
setSessionUuid(String sessionUuid) |
void |
setTerminalType(String terminalType) |
void |
setUserId(UserId userId) |
public GwCommon()
public GwCommon(GwCommon.Builder builder)
public String getLocale()
public void setLocale(String locale)
public String getReportTime()
public void setReportTime(String reportTime)
public String getSessionUuid()
public void setSessionUuid(String sessionUuid)
public String getTerminalType()
public void setTerminalType(String terminalType)
public UserId getUserId()
public void setUserId(UserId userId)
public String getOpenplatformAppId()
public void setOpenplatformAppId(String openplatformAppId)
public String getRequestId()
public void setRequestId(String requestId)
public String getLogId()
public void setLogId(String logId)
public static GwCommon.Builder newBuilder()
Copyright © 2025. All rights reserved.