Class PolarisResource<A extends PolarisAttributes>

java.lang.Object
com.blackduck.integration.util.Stringable
com.blackduck.integration.polaris.common.api.PolarisResponse
com.blackduck.integration.polaris.common.api.PolarisResource<A>
All Implemented Interfaces:
Serializable

public class PolarisResource<A extends PolarisAttributes> extends PolarisResponse
See Also:
  • Constructor Details

    • PolarisResource

      public PolarisResource()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getAttributes

      public A getAttributes()
    • setAttributes

      public void setAttributes(A attributes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class PolarisResponse
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PolarisResponse