Class ServiceInstanceCustomProperty

    • Constructor Detail

      • ServiceInstanceCustomProperty

        public ServiceInstanceCustomProperty()
    • Method Detail

      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        6.2.0
      • setId

        public void setId​(String id)
        Sets the id.
        Parameters:
        id - the id value to set.
        Since:
        6.2.0
      • getServiceInstance

        public ServiceInstance getServiceInstance()
        Returns the serviceInstance.
        Returns:
        the serviceInstance
        Since:
        6.2.0
      • setServiceInstance

        public void setServiceInstance​(ServiceInstance serviceInstance)
        Sets the serviceInstance.
        Parameters:
        serviceInstance - the serviceInstance value to set.
        Since:
        6.2.0
      • getName

        public String getName()
        Returns the name.
        Returns:
        the name
        Since:
        6.2.0
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the name value to set.
        Since:
        6.2.0
      • getValue

        public String getValue()
        Returns the value.
        Returns:
        the value
        Since:
        6.2.0
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the value value to set.
        Since:
        6.2.0
      • isEquivalent

        public boolean isEquivalent​(Object obj)
        Description copied from interface: ICustomEquivalence
        Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.
        Specified by:
        isEquivalent in interface ICustomEquivalence
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.