public class ScdnErrorPage extends AbstractModel
| Constructor and Description | 
|---|
| ScdnErrorPage() | 
| ScdnErrorPage(ScdnErrorPage 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 | 
|---|---|
| Long | getRedirectCode()Get Status code | 
| String | getRedirectUrl()Get Redirection URL | 
| void | setRedirectCode(Long RedirectCode)Set Status code | 
| void | setRedirectUrl(String RedirectUrl)Set Redirection URL | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ScdnErrorPage()
public ScdnErrorPage(ScdnErrorPage source)
public Long getRedirectCode()
public void setRedirectCode(Long RedirectCode)
RedirectCode - Status codepublic String getRedirectUrl()
public void setRedirectUrl(String RedirectUrl)
RedirectUrl - Redirection URLCopyright © 2021. All rights reserved.