Class PolarisResponse
- java.lang.Object
-
- com.blackduck.integration.util.Stringable
-
- com.blackduck.integration.polaris.common.api.PolarisResponse
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContextAttributes
,CountV0Attributes
,JobAttributes
,JobStatus
,PolarisPagedResourceResponse
,PolarisPaginationMeta
,PolarisResource
,PolarisSingleResourceResponse
public class PolarisResponse extends com.blackduck.integration.util.Stringable implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolarisResponse()
PolarisResponse(String json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getJson()
int
hashCode()
void
setJson(String json)
-
-
-
Constructor Detail
-
PolarisResponse
public PolarisResponse()
-
PolarisResponse
public PolarisResponse(String json)
-
-