public class AccessPoint extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccessPoint() |
AccessPoint(AccessPoint 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 |
---|---|
String |
getAccessPointId()
Get Unique access point ID.
|
String |
getAccessPointName()
Get Access point name.
|
String |
getAccessPointType()
Get Access point type.
|
String |
getArea()
Get Access point region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String[] |
getAvailablePortType()
Get Available port type at the access point.
|
String |
getCity()
Get City where the access point is located
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Coordinate |
getCoordinate()
Get Latitude and longitude of the access point
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String[] |
getLineOperator()
Get List of ISPs supported by access point.
|
String |
getLocation()
Get Access point location.
|
String |
getRegionId()
Get ID of the region that manages the access point.
|
String |
getState()
Get Access point status.
|
void |
setAccessPointId(String AccessPointId)
Set Unique access point ID.
|
void |
setAccessPointName(String AccessPointName)
Set Access point name.
|
void |
setAccessPointType(String AccessPointType)
Set Access point type.
|
void |
setArea(String Area)
Set Access point region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setAvailablePortType(String[] AvailablePortType)
Set Available port type at the access point.
|
void |
setCity(String City)
Set City where the access point is located
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCoordinate(Coordinate Coordinate)
Set Latitude and longitude of the access point
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setLineOperator(String[] LineOperator)
Set List of ISPs supported by access point.
|
void |
setLocation(String Location)
Set Access point location.
|
void |
setRegionId(String RegionId)
Set ID of the region that manages the access point.
|
void |
setState(String State)
Set Access point status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AccessPoint()
public AccessPoint(AccessPoint source)
public String getAccessPointName()
public void setAccessPointName(String AccessPointName)
AccessPointName
- Access point name.public String getAccessPointId()
public void setAccessPointId(String AccessPointId)
AccessPointId
- Unique access point ID.public String getState()
public void setState(String State)
State
- Access point status. Valid values: available, unavailable.public String getLocation()
public void setLocation(String Location)
Location
- Access point location.public String[] getLineOperator()
public void setLineOperator(String[] LineOperator)
LineOperator
- List of ISPs supported by access point.public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- ID of the region that manages the access point.public String[] getAvailablePortType()
public void setAvailablePortType(String[] AvailablePortType)
AvailablePortType
- Available port type at the access point. Valid values: 1000BASE-T: gigabit electrical port; 1000BASE-LX: 10 km gigabit single-mode optical port; 1000BASE-ZX: 80 km gigabit single-mode optical port; 10GBASE-LR: 10 km 10-gigabit single-mode optical port; 10GBASE-ZR: 80 km 10-gigabit single-mode optical port; 10GBASE-LH: 40 km 10-gigabit single-mode optical port; 100GBASE-LR4: 10 km 100-gigabit single-mode optical portfiber optic port.
Note: this field may return `null`, indicating that no valid value is obtained.public Coordinate getCoordinate()
public void setCoordinate(Coordinate Coordinate)
Coordinate
- Latitude and longitude of the access point
Note: this field may return `null`, indicating that no valid values can be obtained.public String getCity()
public void setCity(String City)
City
- City where the access point is located
Note: this field may return `null`, indicating that no valid values can be obtained.public String getArea()
public void setArea(String Area)
Area
- Access point region
Note: this field may return `null`, indicating that no valid values can be obtained.public String getAccessPointType()
public void setAccessPointType(String AccessPointType)
AccessPointType
- Access point type. Valid values: `VXLAN`, `QCPL`, and `QCAR`.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.