public class AccessPoint extends AbstractModel
Constructor and Description |
---|
AccessPoint() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessPointId()
Get Unique access point ID.
|
String |
getAccessPointName()
Get Access point name.
|
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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.Copyright © 2020. All rights reserved.