public class DescribeIntranetAttributeKbResponse
extends com.aliyuncs.AcsResponse
| Constructor and Description |
|---|
DescribeIntranetAttributeKbResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIntranetAttributeKbResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getInstanceId() |
String |
getIntranetIpAddress() |
Integer |
getIntranetMaxBandwidthIn() |
Integer |
getIntranetMaxBandwidthOut() |
String |
getRequestId() |
String |
getVlanId() |
void |
setInstanceId(String instanceId) |
void |
setIntranetIpAddress(String intranetIpAddress) |
void |
setIntranetMaxBandwidthIn(Integer intranetMaxBandwidthIn) |
void |
setIntranetMaxBandwidthOut(Integer intranetMaxBandwidthOut) |
void |
setRequestId(String requestId) |
void |
setVlanId(String vlanId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getVlanId()
public void setVlanId(String vlanId)
public String getIntranetIpAddress()
public void setIntranetIpAddress(String intranetIpAddress)
public Integer getIntranetMaxBandwidthIn()
public void setIntranetMaxBandwidthIn(Integer intranetMaxBandwidthIn)
public Integer getIntranetMaxBandwidthOut()
public void setIntranetMaxBandwidthOut(Integer intranetMaxBandwidthOut)
public DescribeIntranetAttributeKbResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.