Package com.bandwidth.iris.sdk.model
Class LnpOrder
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.LnpOrder
-
- Direct Known Subclasses:
LnpOrderResponse,LnpOrderSupp
public class LnpOrder extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description LnpOrder()
-
Method Summary
-
-
-
Method Detail
-
create
public static LnpOrderResponse create(IrisClient client, LnpOrder order) throws Exception
- Throws:
Exception
-
get
public static LnpOrderResponse get(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
getOrderId
public String getOrderId()
-
setOrderId
public void setOrderId(String orderId)
-
getBillingTelephoneNumber
public String getBillingTelephoneNumber()
-
setBillingTelephoneNumber
public void setBillingTelephoneNumber(String billingTelephoneNumber)
-
getSubscriber
public Subscriber getSubscriber()
-
setSubscriber
public void setSubscriber(Subscriber subscriber)
-
getLoaAuthorizingPerson
public String getLoaAuthorizingPerson()
-
setLoaAuthorizingPerson
public void setLoaAuthorizingPerson(String loaAuthorizingPerson)
-
getSiteId
public String getSiteId()
-
setSiteId
public void setSiteId(String siteId)
-
getCustomerOrderId
public String getCustomerOrderId()
-
setCustomerOrderId
public void setCustomerOrderId(String customerOrderId)
-
getRequestedFocDate
public Date getRequestedFocDate()
-
setRequestedFocDate
public void setRequestedFocDate(Date requestedFocDate)
-
getAlternateSpid
public String getAlternateSpid()
-
setAlternateSpid
public void setAlternateSpid(String alternateSpid)
-
getPeerId
public String getPeerId()
-
setPeerId
public void setPeerId(String peerId)
-
isPartialPort
public boolean isPartialPort()
-
setPartialPort
public void setPartialPort(boolean partialPort)
-
getWirelessInfo
public WirelessInfo getWirelessInfo()
-
setWirelessInfo
public void setWirelessInfo(WirelessInfo wirelessInfo)
-
uploadLoa
public void uploadLoa(File file, LoaFileType fileType) throws Exception
- Throws:
Exception
-
updateLoa
public void updateLoa(File file, LoaFileType fileType) throws Exception
- Throws:
Exception
-
getLoaMetaData
public FileMetaData getLoaMetaData(String fileName) throws Exception
- Throws:
Exception
-
updateLoaMetaData
public void updateLoaMetaData(String fileName, FileMetaData metaData) throws Exception
- Throws:
Exception
-
deleteLoaMetaData
public void deleteLoaMetaData(String fileName) throws Exception
- Throws:
Exception
-
update
public LnpOrderResponse update(LnpOrderSupp orderSupp) throws Exception
- Throws:
Exception
-
getActivationStatus
public ActivationStatusResponse getActivationStatus() throws Exception
- Throws:
Exception
-
setActivationStatus
public ActivationStatusResponse setActivationStatus(ActivationStatus status) throws Exception
- Throws:
Exception
-
-