public class GetFeatureServiceMetadataResponse
extends java.lang.Object
Constructor and Description |
---|
GetFeatureServiceMetadataResponse(java.lang.String response,
java.time.Duration requestLatency) |
Modifier and Type | Method and Description |
---|---|
FeatureServiceMetadata |
getFeatureServiceMetadata()
Returns a
FeatureServiceMetadata object that represents the metadata returned |
java.time.Duration |
getRequestLatency()
Returns the response time (network latency + online store latency) as provided by the
underlying Http Client
|
public GetFeatureServiceMetadataResponse(java.lang.String response, java.time.Duration requestLatency)
public FeatureServiceMetadata getFeatureServiceMetadata()
FeatureServiceMetadata
object that represents the metadata returnedpublic java.time.Duration getRequestLatency()
Duration