TxContentPoolCertsInnerRelaysInner class abstract

TxContentPoolCertsInnerRelaysInner

Properties:

  • ipv4 - IPv4 address of the relay
  • ipv6 - IPv6 address of the relay
  • dns - DNS name of the relay
  • dnsSrv - DNS SRV entry of the relay
  • port - Network port of the relay
Annotations
  • @BuiltValue()

Properties

dns String?
DNS name of the relay
no setter
dnsSrv String?
DNS SRV entry of the relay
no setter
hashCode int
The hash code for this object.
no setterinherited
ipv4 String?
IPv4 address of the relay
no setter
ipv6 String?
IPv6 address of the relay
no setter
port int
Network port of the relay
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TxContentPoolCertsInnerRelaysInnerBuilder)) TxContentPoolCertsInnerRelaysInner
Rebuilds the instance.
inherited
toBuilder() TxContentPoolCertsInnerRelaysInnerBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<TxContentPoolCertsInnerRelaysInner>
no setter