BeaconDetectContact class

追加するビーコン検知コンタクト情報

Constructors

BeaconDetectContact()
BeaconDetectContact.fromMap(Map<String, dynamic> map)
factory

Properties

beaconId String?
ビーコンID
getter/setter pair
beaconSpotCd String?
ビーコンスポットコード
getter/setter pair
contactClassCd String?
コンタクト種別コード
getter/setter pair
contactClassCdName String?
コンタクト種別名称
getter/setter pair
contactDate DateTime?
日時
getter/setter pair
contactMethodClassCd String?
コンタクト方法種別コード
getter/setter pair
contactMethodClassCdName String?
コンタクト方法種別名称
getter/setter pair
contactNo String?
コンタクト番号
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remarks String?
備考
getter/setter pair
rssi int?
受信電波強度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetTenantId String?
対象テナントID
getter/setter pair
userId String?
ユーザーID
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited