Package io.camunda.client.impl.response
Class ResourceImpl
java.lang.Object
io.camunda.client.impl.response.ResourceImpl
- All Implemented Interfaces:
Resource
-
Constructor Details
-
ResourceImpl
-
-
Method Details
-
getResourceId
- Specified by:
getResourceIdin interfaceResource- Returns:
- the resource ID, as parsed during deployment; together with the versions forms a unique identifier for a specific resource
-
getResourceKey
public long getResourceKey()- Specified by:
getResourceKeyin interfaceResource- Returns:
- the assigned resource key, which acts as a unique identifier for this resource
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceResource- Returns:
- the assigned resource version
-
getResourceName
- Specified by:
getResourceNamein interfaceResource- Returns:
- the name of the resource, as parsed during deployment
-
getTenantId
- Specified by:
getTenantIdin interfaceResource- Returns:
- the tenant identifier that owns this resource
-
hashCode
public int hashCode() -
equals
-
toString
-