Class CommunicationsTransactionTypeModel


  • public class CommunicationsTransactionTypeModel
    extends java.lang.Object
    Represents information about a type of telecommunications transaction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTransactionType()
      Getter for transactionType The name of the transaction type.
      java.lang.Integer getTransactionTypeId()
      Getter for transactionTypeId The numeric Id of the transaction type.
      void setTransactionType​(java.lang.String value)
      Setter for transactionType The name of the transaction type.
      void setTransactionTypeId​(java.lang.Integer value)
      Setter for transactionTypeId The numeric Id of the transaction type.
      java.lang.String toString()
      Returns a JSON string representation of CommunicationsTransactionTypeModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CommunicationsTransactionTypeModel

        public CommunicationsTransactionTypeModel()
    • Method Detail

      • getTransactionTypeId

        public java.lang.Integer getTransactionTypeId()
        Getter for transactionTypeId The numeric Id of the transaction type.
      • setTransactionTypeId

        public void setTransactionTypeId​(java.lang.Integer value)
        Setter for transactionTypeId The numeric Id of the transaction type.
      • getTransactionType

        public java.lang.String getTransactionType()
        Getter for transactionType The name of the transaction type.
      • setTransactionType

        public void setTransactionType​(java.lang.String value)
        Setter for transactionType The name of the transaction type.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of CommunicationsTransactionTypeModel
        Overrides:
        toString in class java.lang.Object