类 ResubmitEtChannelRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.et.model.EtChannelIdRequest
-
- com.baidubce.services.et.model.ResubmitEtChannelRequest
-
public class ResubmitEtChannelRequest extends EtChannelIdRequest
The request for resubmitting an ET channel.
-
-
构造器概要
构造器 构造器 说明 ResubmitEtChannelRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getAuthorizedUsers()StringgetBaiduAddress()StringgetBaiduIpv6Address()StringgetCustomerAddress()StringgetCustomerIpv6Address()StringgetDescription()IntegergetEnableIpv6()List<String>getIpv6Networks()StringgetName()List<String>getNetworks()StringgetRouteType()IntegergetVlanId()voidsetAuthorizedUsers(List<String> authorizedUsers)voidsetBaiduAddress(String baiduAddress)voidsetBaiduIpv6Address(String baiduIpv6Address)voidsetCustomerAddress(String customerAddress)voidsetCustomerIpv6Address(String customerIpv6Address)voidsetDescription(String description)voidsetEnableIpv6(Integer enableIpv6)voidsetIpv6Networks(List<String> ipv6Networks)voidsetName(String name)voidsetNetworks(List<String> networks)voidsetRouteType(String routeType)voidsetVlanId(Integer vlanId)-
从类继承的方法 com.baidubce.services.et.model.EtChannelIdRequest
getClientToken, getEtChannelId, getEtId, setClientToken, setEtChannelId, setEtId, withRequestCredentials
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getBaiduAddress
public String getBaiduAddress()
-
setBaiduAddress
public void setBaiduAddress(String baiduAddress)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCustomerAddress
public String getCustomerAddress()
-
setCustomerAddress
public void setCustomerAddress(String customerAddress)
-
getRouteType
public String getRouteType()
-
setRouteType
public void setRouteType(String routeType)
-
getVlanId
public Integer getVlanId()
-
setVlanId
public void setVlanId(Integer vlanId)
-
getEnableIpv6
public Integer getEnableIpv6()
-
setEnableIpv6
public void setEnableIpv6(Integer enableIpv6)
-
getBaiduIpv6Address
public String getBaiduIpv6Address()
-
setBaiduIpv6Address
public void setBaiduIpv6Address(String baiduIpv6Address)
-
getCustomerIpv6Address
public String getCustomerIpv6Address()
-
setCustomerIpv6Address
public void setCustomerIpv6Address(String customerIpv6Address)
-
-