public class DeleteSessionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteSessionRequest() | 
| DeleteSessionRequest(DeleteSessionRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDomain()Get Domain name | 
| String | getEdition()Get clb-waf or sparta-waf | 
| Long | getSessionID()Get SessionID to be deleted | 
| void | setDomain(String Domain)Set Domain name | 
| void | setEdition(String Edition)Set clb-waf or sparta-waf | 
| void | setSessionID(Long SessionID)Set SessionID to be deleted | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteSessionRequest()
public DeleteSessionRequest(DeleteSessionRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain namepublic String getEdition()
public void setEdition(String Edition)
Edition - clb-waf or sparta-wafpublic Long getSessionID()
public void setSessionID(Long SessionID)
SessionID - SessionID to be deletedCopyright © 2025. All rights reserved.