public class LogoutSessionReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LogoutSessionReqBody.Builder |
| 构造器和说明 |
|---|
LogoutSessionReqBody() |
LogoutSessionReqBody(LogoutSessionReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIdpCredentialId() |
Integer |
getLogoutReason() |
Integer |
getLogoutType() |
String |
getSid() |
Integer[] |
getTerminalType() |
String |
getUserId() |
static LogoutSessionReqBody.Builder |
newBuilder() |
void |
setIdpCredentialId(String idpCredentialId) |
void |
setLogoutReason(Integer logoutReason) |
void |
setLogoutType(Integer logoutType) |
void |
setSid(String sid) |
void |
setTerminalType(Integer[] terminalType) |
void |
setUserId(String userId) |
public LogoutSessionReqBody()
public LogoutSessionReqBody(LogoutSessionReqBody.Builder builder)
public String getIdpCredentialId()
public void setIdpCredentialId(String idpCredentialId)
public Integer getLogoutType()
public void setLogoutType(Integer logoutType)
public Integer[] getTerminalType()
public void setTerminalType(Integer[] terminalType)
public String getUserId()
public void setUserId(String userId)
public Integer getLogoutReason()
public void setLogoutReason(Integer logoutReason)
public String getSid()
public void setSid(String sid)
public static LogoutSessionReqBody.Builder newBuilder()
Copyright © 2025. All rights reserved.