public class ModifyDirectConnectAttributeRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyDirectConnectAttributeRequest() | 
| ModifyDirectConnectAttributeRequest(ModifyDirectConnectAttributeRequest 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 | getBandwidth()Get Connection’s bandwidth | 
| String | getCircuitCode()Get Circuit code of a connection, which is provided by the ISP or connection provider. | 
| String | getCustomerAddress()Get User-side IP address for connection debugging. | 
| String | getCustomerContactMail()Get Email address of connection applicant, which is obtained from the account system by default. | 
| String | getCustomerContactNumber()Get Contact number of connection applicant, which is obtained from the account system by default. | 
| String | getCustomerName()Get Name of connection applicant, which is obtained from the account system by default. | 
| String | getDirectConnectId()Get Connection ID. | 
| String | getDirectConnectName()Get Connection name. | 
| String | getFaultReportContactNumber()Get Fault reporting contact number. | 
| String | getFaultReportContactPerson()Get Fault reporting contact person. | 
| Boolean | getSignLaw()Get Whether the connection applicant has signed the service agreement. | 
| String | getTencentAddress()Get Tencent-side IP address for connection debugging. | 
| Long | getVlan()Get VLAN for connection debugging. | 
| void | setBandwidth(Long Bandwidth)Set Connection’s bandwidth | 
| void | setCircuitCode(String CircuitCode)Set Circuit code of a connection, which is provided by the ISP or connection provider. | 
| void | setCustomerAddress(String CustomerAddress)Set User-side IP address for connection debugging. | 
| void | setCustomerContactMail(String CustomerContactMail)Set Email address of connection applicant, which is obtained from the account system by default. | 
| void | setCustomerContactNumber(String CustomerContactNumber)Set Contact number of connection applicant, which is obtained from the account system by default. | 
| void | setCustomerName(String CustomerName)Set Name of connection applicant, which is obtained from the account system by default. | 
| void | setDirectConnectId(String DirectConnectId)Set Connection ID. | 
| void | setDirectConnectName(String DirectConnectName)Set Connection name. | 
| void | setFaultReportContactNumber(String FaultReportContactNumber)Set Fault reporting contact number. | 
| void | setFaultReportContactPerson(String FaultReportContactPerson)Set Fault reporting contact person. | 
| void | setSignLaw(Boolean SignLaw)Set Whether the connection applicant has signed the service agreement. | 
| void | setTencentAddress(String TencentAddress)Set Tencent-side IP address for connection debugging. | 
| void | setVlan(Long Vlan)Set VLAN for connection debugging. | 
| 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 ModifyDirectConnectAttributeRequest()
public ModifyDirectConnectAttributeRequest(ModifyDirectConnectAttributeRequest source)
public String getDirectConnectId()
public void setDirectConnectId(String DirectConnectId)
DirectConnectId - Connection ID.public String getDirectConnectName()
public void setDirectConnectName(String DirectConnectName)
DirectConnectName - Connection name.public String getCircuitCode()
public void setCircuitCode(String CircuitCode)
CircuitCode - Circuit code of a connection, which is provided by the ISP or connection provider.public Long getVlan()
public void setVlan(Long Vlan)
Vlan - VLAN for connection debugging.public String getTencentAddress()
public void setTencentAddress(String TencentAddress)
TencentAddress - Tencent-side IP address for connection debugging.public String getCustomerAddress()
public void setCustomerAddress(String CustomerAddress)
CustomerAddress - User-side IP address for connection debugging.public String getCustomerName()
public void setCustomerName(String CustomerName)
CustomerName - Name of connection applicant, which is obtained from the account system by default.public String getCustomerContactMail()
public void setCustomerContactMail(String CustomerContactMail)
CustomerContactMail - Email address of connection applicant, which is obtained from the account system by default.public String getCustomerContactNumber()
public void setCustomerContactNumber(String CustomerContactNumber)
CustomerContactNumber - Contact number of connection applicant, which is obtained from the account system by default.public String getFaultReportContactPerson()
public void setFaultReportContactPerson(String FaultReportContactPerson)
FaultReportContactPerson - Fault reporting contact person.public String getFaultReportContactNumber()
public void setFaultReportContactNumber(String FaultReportContactNumber)
FaultReportContactNumber - Fault reporting contact number.public Boolean getSignLaw()
public void setSignLaw(Boolean SignLaw)
SignLaw - Whether the connection applicant has signed the service agreement.public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - Connection’s bandwidthCopyright © 2022. All rights reserved.