Class AliasMetaData

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

    public class AliasMetaData
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Alias-related metadata.
    • Nested Class Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AliasMetaData.Builder newBuilder()
      New builder.
      java.lang.String planId()
      Gets the planId.
      java.lang.String type()
      Gets the type.
      • 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

      • type

        public java.lang.String type()
        Gets the type. Type of alias.
        Returns:
        the type
      • planId

        public java.lang.String planId()
        Gets the planId. Points to the plan that this object is an alias for.
        Returns:
        the planId