public class UnixSocketAddress extends QApiType
QApiTypeDescriptor{name=UnixSocketAddress, data={path=str}, innerTypes=null}
Constructor and Description |
---|
UnixSocketAddress() |
UnixSocketAddress(String path) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
UnixSocketAddress |
withPath(String value) |
toString
public UnixSocketAddress()
public UnixSocketAddress(String path)
@Nonnull public UnixSocketAddress withPath(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException