A builder for ProductId instances.
| Modifiers | Name | Description |
|---|---|---|
private java.lang.String |
productType |
|
private long |
uniqueId |
| Constructor and description |
|---|
ProductId.Builder
(java.lang.String productType, java.lang.String identifier)@param productType |
ProductId.Builder
(java.lang.String productType, long uniqueId)@param productType |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ProductId |
build()Constructs a product identifier based on the configuration of the builder @return |
|
ProjectManager.Builder |
productType(java.lang.String productType) |
|
ProjectManager.Builder |
uniqueId(long identifier) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
identifier - the unique id - will be interpreted as unsigned long
uniqueId - the unique id - will be interpreted as unsigned longConstructs a product identifier based on the configuration of the builder