Class ProviderInfo

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ProviderInfo
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Information on the provider for this offering, or omitted if no provider information is given.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ProviderInfo.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String id()
      Gets the id.
      java.lang.String name()
      Gets the name.
      ProviderInfo.Builder newBuilder()
      New builder.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newBuilder

        public ProviderInfo.Builder newBuilder()
        New builder.
        Returns:
        a ProviderInfo builder
      • id

        public java.lang.String id()
        Gets the id. The id of this provider.
        Returns:
        the id
      • name

        public java.lang.String name()
        Gets the name. The name of this provider.
        Returns:
        the name