public abstract class Facility extends Object
abstract Href
address()
abstract String
code()
static Facility
create(String id, String name, String code, List<String> features, Href address)
abstract List<String>
features()
id()
name()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract String id()
public abstract String name()
public abstract String code()
public abstract List<String> features()
@Nullable public abstract Href address()
public static Facility create(String id, String name, String code, List<String> features, Href address)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.