IpAddressFilter class
- Implemented types
- Annotations
-
- @JsonSerializable()
Constructors
-
IpAddressFilter({required Type type, required List<
PrefixedIpv4Address> prefixedIpv4Addresses, required List<PrefixedIpv6Address> prefixedIpv6Addresses, Map<String, dynamic> ? extension}) -
IpAddressFilter.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
extension
↔ Map<
String, dynamic> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
prefixedIpv4Addresses
↔ List<
PrefixedIpv4Address> -
getter/setter pair
-
prefixedIpv6Addresses
↔ List<
PrefixedIpv6Address> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ Type
-
getter/setter pair
Methods
-
buildXml(
XmlBuilder builder, {String tag = 'SetIPAddressFilter', String? namespace = Xmlns.tds}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited