Package com.bandwidth.iris.sdk.model
Class ImportTnOrderSummary
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.ImportTnOrderSummary
-
public class ImportTnOrderSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description ImportTnOrderSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAccountId()intgetCountOfTNs()StringgetLastModifiedDate()StringgetOrderDate()StringgetOrderId()StringgetOrderStatus()StringgetOrderType()StringgetUserId()voidsetAccountId(int accountId)voidsetCountOfTNs(int countOfTNs)voidsetLastModifiedDate(String lastModifiedDate)voidsetOrderDate(String orderDate)voidsetOrderId(String orderId)voidsetOrderStatus(String orderStatus)voidsetOrderType(String orderType)voidsetUserId(String userId)
-
-
-
Method Detail
-
getAccountId
public int getAccountId()
-
setAccountId
public void setAccountId(int accountId)
-
getCountOfTNs
public int getCountOfTNs()
-
setCountOfTNs
public void setCountOfTNs(int countOfTNs)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getLastModifiedDate
public String getLastModifiedDate()
-
setLastModifiedDate
public void setLastModifiedDate(String lastModifiedDate)
-
getOrderDate
public String getOrderDate()
-
setOrderDate
public void setOrderDate(String orderDate)
-
getOrderStatus
public String getOrderStatus()
-
setOrderStatus
public void setOrderStatus(String orderStatus)
-
getOrderId
public String getOrderId()
-
setOrderId
public void setOrderId(String orderId)
-
getOrderType
public String getOrderType()
-
setOrderType
public void setOrderType(String orderType)
-
-