Class MilvusServicePatch

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

    public class MilvusServicePatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    UpdateService body.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> asPatch()
      Construct a JSON merge-patch from the MilvusServicePatch.
      java.lang.String description()
      Gets the description.
      MilvusServicePatch.Builder newBuilder()
      New builder.
      java.lang.String serviceDisplayName()
      Gets the serviceDisplayName.
      java.util.List<java.lang.String> tags()
      Gets the tags.
      • 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

      • description

        public java.lang.String description()
        Gets the description. Modified description.
        Returns:
        the description
      • serviceDisplayName

        public java.lang.String serviceDisplayName()
        Gets the serviceDisplayName. Service display name.
        Returns:
        the serviceDisplayName
      • tags

        public java.util.List<java.lang.String> tags()
        Gets the tags. Tags.
        Returns:
        the tags
      • asPatch

        public java.util.Map<java.lang.String,​java.lang.Object> asPatch()
        Construct a JSON merge-patch from the MilvusServicePatch. Note that properties of the MilvusServicePatch with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.
        Returns:
        a JSON merge-patch for the MilvusServicePatch