Uses of Class
com.orbitz.consul.model.query.QueryResult
-
Packages that use QueryResult Package Description com.orbitz.consul.model.query -
-
Uses of QueryResult in com.orbitz.consul.model.query
Subclasses of QueryResult in com.orbitz.consul.model.query Modifier and Type Class Description classImmutableQueryResultImmutable implementation ofQueryResult.Methods in com.orbitz.consul.model.query with parameters of type QueryResult Modifier and Type Method Description static ImmutableQueryResultImmutableQueryResult. copyOf(QueryResult instance)Creates an immutable copy of aQueryResultvalue.ImmutableQueryResult.BuilderImmutableQueryResult.Builder. from(QueryResult instance)Fill a builder with attribute values from the providedQueryResultinstance.
-