public class NumberPortabilityResponse extends BaseResponse
| Constructor and Description |
|---|
NumberPortabilityResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
getErrors() |
List<String> |
getPortableNumbers() |
List<LosingCarrierTnList> |
getSupportedLosingCarriers() |
List<RateCenterGroup> |
getSupportedRateCenters() |
List<LosingCarrierTnList> |
getUnsupportedLosingCarriers() |
List<RateCenterGroup> |
getUnsupportedRateCenters() |
void |
setErrors(List<Error> errors) |
void |
setPortableNumbers(List<String> portableNumbers) |
void |
setSupportedLosingCarriers(List<LosingCarrierTnList> supportedLosingCarriers) |
void |
setSupportedRateCenters(List<RateCenterGroup> supportedRateCenters) |
void |
setUnsupportedLosingCarriers(List<LosingCarrierTnList> unsupportedLosingCarriers) |
void |
setUnsupportedRateCenters(List<RateCenterGroup> unsupportedRateCenters) |
getResponseStatus, hasErrors, setResponseStatuspublic List<RateCenterGroup> getSupportedRateCenters()
public void setSupportedRateCenters(List<RateCenterGroup> supportedRateCenters)
public List<RateCenterGroup> getUnsupportedRateCenters()
public void setUnsupportedRateCenters(List<RateCenterGroup> unsupportedRateCenters)
public List<LosingCarrierTnList> getUnsupportedLosingCarriers()
public void setUnsupportedLosingCarriers(List<LosingCarrierTnList> unsupportedLosingCarriers)
public List<LosingCarrierTnList> getSupportedLosingCarriers()
public void setSupportedLosingCarriers(List<LosingCarrierTnList> supportedLosingCarriers)
Copyright © 2018. All rights reserved.