public class SsoLoginUrlRequest extends AbstractRequestModel<SsoLoginUrlResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
autoLoginCc |
private Integer |
autoLoginLiveChat |
private Integer |
loginType |
private Integer |
sidebarDisplay |
private String |
staticUrl |
private Integer |
topbarDisplay |
private String |
username |
fileMap, model| 构造器和说明 |
|---|
SsoLoginUrlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAutoLoginCc() |
Integer |
getAutoLoginLiveChat() |
Integer |
getLoginType() |
Class<SsoLoginUrlResponse> |
getResponseClass()
获取响应对象
|
Integer |
getSidebarDisplay() |
String |
getStaticUrl() |
Integer |
getTopbarDisplay() |
String |
getUsername() |
void |
setAutoLoginCc(Integer autoLoginCc) |
void |
setAutoLoginLiveChat(Integer autoLoginLiveChat) |
void |
setLoginType(Integer loginType) |
void |
setSidebarDisplay(Integer sidebarDisplay) |
void |
setStaticUrl(String staticUrl) |
void |
setTopbarDisplay(Integer topbarDisplay) |
void |
setUsername(String username) |
String |
toString() |
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestprivate Integer loginType
private String username
private String staticUrl
private Integer sidebarDisplay
private Integer topbarDisplay
private Integer autoLoginCc
private Integer autoLoginLiveChat
public void setLoginType(Integer loginType)
public void setUsername(String username)
public void setStaticUrl(String staticUrl)
public void setSidebarDisplay(Integer sidebarDisplay)
public void setTopbarDisplay(Integer topbarDisplay)
public void setAutoLoginCc(Integer autoLoginCc)
public void setAutoLoginLiveChat(Integer autoLoginLiveChat)
public Integer getAutoLoginLiveChat()
public Integer getAutoLoginCc()
public Integer getSidebarDisplay()
public Integer getTopbarDisplay()
public String getStaticUrl()
public Integer getLoginType()
public String getUsername()
public Class<SsoLoginUrlResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<SsoLoginUrlResponse>Copyright © 2024. All rights reserved.