Package com.bandwidth.iris.sdk.model
Class DldaOrder
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.DldaOrder
-
public class DldaOrder extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description DldaOrder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DldaOrdercreate(IrisClient client, DldaOrder order)static DldaOrderget(IrisClient client, String orderId)StringgetAccountId()StringgetCreatedByUser()StringgetCustomerOrderId()List<DldaTnGroup>getDldaTnGroups()List<Error>getErrors()DategetLastModifiedDate()DategetOrderCreatedDate()StringgetOrderId()StringgetProcessingStatus()static ResponseSelectWrapperlist(IrisClient client, Map<String,Object> query)voidsetAccountId(String accountId)voidsetCreatedByUser(String createdByUser)voidsetCustomerOrderId(String customerOrderId)voidsetDldaTnGroups(List<DldaTnGroup> dldaTnGroups)voidsetErrors(List<Error> errors)voidsetLastModifiedDate(Date lastModifiedDate)voidsetOrderCreatedDate(Date orderCreatedDate)voidsetOrderId(String orderId)voidsetProcessingStatus(String processingStatus)
-
-
-
Method Detail
-
create
public static DldaOrder create(IrisClient client, DldaOrder order) throws Exception
- Throws:
Exception
-
get
public static DldaOrder get(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
list
public static ResponseSelectWrapper list(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
getCustomerOrderId
public String getCustomerOrderId()
-
setCustomerOrderId
public void setCustomerOrderId(String customerOrderId)
-
getOrderCreatedDate
public Date getOrderCreatedDate()
-
setOrderCreatedDate
public void setOrderCreatedDate(Date orderCreatedDate)
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
getCreatedByUser
public String getCreatedByUser()
-
setCreatedByUser
public void setCreatedByUser(String createdByUser)
-
getOrderId
public String getOrderId()
-
setOrderId
public void setOrderId(String orderId)
-
getLastModifiedDate
public Date getLastModifiedDate()
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
-
getProcessingStatus
public String getProcessingStatus()
-
setProcessingStatus
public void setProcessingStatus(String processingStatus)
-
getDldaTnGroups
public List<DldaTnGroup> getDldaTnGroups()
-
setDldaTnGroups
public void setDldaTnGroups(List<DldaTnGroup> dldaTnGroups)
-
-