类 ListEtChannelRouteRulesRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.model.ListRequest
-
- com.baidubce.services.et.model.ListEtChannelRouteRulesRequest
-
public class ListEtChannelRouteRulesRequest extends ListRequest
The request for listing ET channel route rules.
-
-
构造器概要
构造器 构造器 说明 ListEtChannelRouteRulesRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDestAddress()StringgetEtChannelId()StringgetEtId()voidsetDestAddress(String destAddress)voidsetEtChannelId(String etChannelId)voidsetEtId(String etId)AbstractBceRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeys
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getEtId
public String getEtId()
-
setEtId
public void setEtId(String etId)
-
getEtChannelId
public String getEtChannelId()
-
setEtChannelId
public void setEtChannelId(String etChannelId)
-
getDestAddress
public String getDestAddress()
-
setDestAddress
public void setDestAddress(String destAddress)
-
withRequestCredentials
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-