public class AddressInfo extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
address |
Objs.Property<String> |
family |
Objs.Property<Number> |
port |
Modifier | Constructor and Description |
---|---|
protected |
AddressInfo(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static AddressInfo |
$as(Object obj) |
String |
address() |
String |
family() |
Number |
port() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> address
public Objs.Property<String> family
public Objs.Property<Number> port
protected AddressInfo(Objs.Constructor<?> c, Object js)
public static AddressInfo $as(Object obj)
public String address()
public String family()
public Number port()
Copyright © 2018. All rights reserved.