Class GetGatewayStatisticsOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GetGatewayStatisticsOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetGatewayStatisticsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getGatewayStatistics options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetGatewayStatisticsOptions.BuilderBuilder.static interfaceGetGatewayStatisticsOptions.TypeSpecify statistic to retrieve.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.GetGatewayStatisticsOptions.BuildernewBuilder()New builder.Stringtype()Gets the type.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetGatewayStatisticsOptions.Builder newBuilder() New builder.- Returns:
- a GetGatewayStatisticsOptions builder
 
 - 
idpublic String id() Gets the id. Direct Link gateway identifier.- Returns:
- the id
 
 - 
typepublic String type() Gets the type. Specify statistic to retrieve.- Returns:
- the type
 
 
- 
 
-