public class RewriteTarget extends AbstractModel
| Constructor and Description | 
|---|
| RewriteTarget() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTargetListenerId()Get Listener ID of a redirect target
Note: This field may return null, indicating that there is no redirection. | 
| String | getTargetLocationId()Get Forwarding rule ID of a redirect target
Note: This field may return null, indicating that there is no redirection. | 
| void | setTargetListenerId(String TargetListenerId)Set Listener ID of a redirect target
Note: This field may return null, indicating that there is no redirection. | 
| void | setTargetLocationId(String TargetLocationId)Set Forwarding rule ID of a redirect target
Note: This field may return null, indicating that there is no redirection. | 
| 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 String getTargetListenerId()
public void setTargetListenerId(String TargetListenerId)
TargetListenerId - Listener ID of a redirect target
Note: This field may return null, indicating that there is no redirection.
Note: This field may return null, indicating that no valid values can be obtained.public String getTargetLocationId()
public void setTargetLocationId(String TargetLocationId)
TargetLocationId - Forwarding rule ID of a redirect target
Note: This field may return null, indicating that there is no redirection.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.