クラス JVMAModel

java.lang.Object
jp.co.asterisk.asreader.a60d.sdk.protocol.JVMAModel

public class JVMAModel extends Object
 JVMA プロトコルに対応するモデルクラスです。
  • コンストラクタの詳細

    • JVMAModel

      public JVMAModel()
      コンストラクタ
    • JVMAModel

      public JVMAModel(int ackNakType, byte status)
      ACK/NAK ステータスに対応する JVMAModel を生成用コンストラクタ
      パラメータ:
      ackNakType - ACK/NAK
      status - ステータス
  • メソッドの詳細

    • getPacketType

      public int getPacketType()
      パケット種類を返します。
      戻り値:
      パケット種類
    • getAckStatus

      public int getAckStatus()
      ACK/NAK かの応答ステータスを返します。 
      戻り値:
      応答ステータス
    • getTextType

      public int getTextType()
      テキストタイプを返します。
      戻り値:
      テキストタイプ
    • getRecords

      public Map<JVMADataId,List<String>> getRecords()
      レコード集合を返します。
      戻り値:
      レコード集合