LivePullStateEntity class
直播间拉流信息
Constructors
- LivePullStateEntity({int? payType, int? feeType, String? pullAddress, String? pullAddress360, String? durationTime, String? endTime, int? coin, int? liveState})
- LivePullStateEntity.fromJson(dynamic json)
Properties
- coin ↔ int?
-
getter/setter pair
- durationTime ↔ String?
-
getter/setter pair
- endTime ↔ String?
-
getter/setter pair
- feeType ↔ int?
-
FeeType
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- liveState ↔ int?
-
getter/setter pair
- payType ↔ int?
-
PayType
getter/setter pair
- pullAddress ↔ String?
-
getter/setter pair
- pullAddress360 ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{int? payType, int? feeType, int? liveState, String? pullAddress, String? pullAddress360, String? durationTime, String? endTime, int? coin}) → LivePullStateEntity -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited