Constructor and Description |
---|
EndpointInfo(String id,
DefaultEnablement defaultEnablement,
Collection<T> operations)
Creates a new
EndpointInfo describing an endpoint with the given id
and operations . |
Modifier and Type | Method and Description |
---|---|
DefaultEnablement |
getDefaultEnablement()
Return the
DefaultEnablement of the endpoint. |
String |
getId()
Returns the id of the endpoint.
|
Collection<T> |
getOperations()
Returns the operations of the endpoint.
|
public EndpointInfo(String id, DefaultEnablement defaultEnablement, Collection<T> operations)
EndpointInfo
describing an endpoint with the given id
and operations
.id
- the id of the endpointdefaultEnablement
- the DefaultEnablement
of the endpointoperations
- the operations of the endpointpublic String getId()
public DefaultEnablement getDefaultEnablement()
DefaultEnablement
of the endpoint.public Collection<T> getOperations()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.