public class GetSecurityConfigResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
GetSecurityConfigResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getSafeAuthClose()
Get safeAuthClose
|
Integer |
getSafeAuthExemptDuration()
Get safeAuthExemptDuration
|
String |
getSafeAuthType()
Get safeAuthType
|
Integer |
getUserID()
Get userID
|
int |
hashCode() |
GetSecurityConfigResponse |
safeAuthClose(Integer safeAuthClose) |
GetSecurityConfigResponse |
safeAuthExemptDuration(Integer safeAuthExemptDuration) |
GetSecurityConfigResponse |
safeAuthType(String safeAuthType) |
void |
setSafeAuthClose(Integer safeAuthClose) |
void |
setSafeAuthExemptDuration(Integer safeAuthExemptDuration) |
void |
setSafeAuthType(String safeAuthType) |
void |
setUserID(Integer userID) |
String |
toString() |
GetSecurityConfigResponse |
userID(Integer userID) |
getResponseMetadata, setResponseMetadatapublic GetSecurityConfigResponse safeAuthClose(Integer safeAuthClose)
public Integer getSafeAuthClose()
public void setSafeAuthClose(Integer safeAuthClose)
public GetSecurityConfigResponse safeAuthExemptDuration(Integer safeAuthExemptDuration)
public Integer getSafeAuthExemptDuration()
public void setSafeAuthExemptDuration(Integer safeAuthExemptDuration)
public GetSecurityConfigResponse safeAuthType(String safeAuthType)
public String getSafeAuthType()
public void setSafeAuthType(String safeAuthType)
public GetSecurityConfigResponse userID(Integer userID)
public Integer getUserID()
public void setUserID(Integer userID)
Copyright © 2024. All rights reserved.