Package com.bandwidth.iris.sdk.model
Class TnOptionOrderSummary
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.TnOptionOrderSummary
-
public class TnOptionOrderSummary extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description TnOptionOrderSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()IntegergetCountOfTNs()StringgetLastModifiedDate()StringgetOrderDate()StringgetOrderId()StringgetOrderStatus()StringgetOrderType()StringgetUserId()voidsetAccountId(String accountId)voidsetCountOfTNs(Integer countOfTNs)voidsetLastModifiedDate(String lastModifiedDate)voidsetOrderDate(String orderDate)voidsetOrderId(String orderId)voidsetOrderStatus(String orderStatus)voidsetOrderType(String orderType)voidsetUserId(String userId)
-
-
-
Method Detail
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
getCountOfTNs
public Integer getCountOfTNs()
-
setCountOfTNs
public void setCountOfTNs(Integer 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)
-
getOrderType
public String getOrderType()
-
setOrderType
public void setOrderType(String orderType)
-
getOrderStatus
public String getOrderStatus()
-
setOrderStatus
public void setOrderStatus(String orderStatus)
-
getOrderId
public String getOrderId()
-
setOrderId
public void setOrderId(String orderId)
-
-