Class CountV0Attributes
- java.lang.Object
-
- com.blackduck.integration.util.Stringable
-
- com.blackduck.integration.polaris.common.api.PolarisResponse
-
- com.blackduck.integration.polaris.common.api.model.CountV0Attributes
-
- All Implemented Interfaces:
PolarisAttributes
,Serializable
public class CountV0Attributes extends PolarisResponse implements PolarisAttributes
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountV0Attributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getValue()
int
hashCode()
void
setValue(Integer value)
-
Methods inherited from class com.blackduck.integration.polaris.common.api.PolarisResponse
getJson, setJson
-
-
-
-
Method Detail
-
getValue
public Integer getValue()
-
setValue
public void setValue(Integer value)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classPolarisResponse
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPolarisResponse
-
-