Class CompartmentReference


  • public class CompartmentReference
    extends Object
    Represents a reference to a resource compartment extracted by SearchUtil
    • Constructor Detail

      • CompartmentReference

        public CompartmentReference​(String parameterName,
                                    String referenceResourceType,
                                    String referenceResourceValue)
        Public constructor
        Parameters:
        parameterName -
        referenceResourceType -
        referenceResourceValue -
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getParameterName

        public String getParameterName()
        Returns:
        the parameterName
      • getReferenceResourceType

        public String getReferenceResourceType()
        Returns:
        the referenceResourceType
      • getReferenceResourceValue

        public String getReferenceResourceValue()
        Returns:
        the referenceResourceValue