@Entity public class MpackEntity extends Object
MpackEntity
class represents the mpack objects in the cluster.Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
MpackEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Long |
getId() |
String |
getMpackName() |
String |
getMpackUri() |
String |
getMpackVersion() |
Long |
getRegistryId() |
int |
hashCode()
Generates a hash for the mpack based on the following criteria:
id
|
void |
setId(Long id) |
void |
setMpackName(String mpackName) |
void |
setMpackUri(String mpackUri) |
void |
setMpackVersion(String mpackVersion) |
void |
setRegistryId(Long registryId) |
String |
toString() |
public Long getId()
public Long getRegistryId()
public String getMpackName()
public String getMpackVersion()
public String getMpackUri()
public void setId(Long id)
public void setRegistryId(Long registryId)
public void setMpackName(String mpackName)
public void setMpackVersion(String mpackVersion)
public void setMpackUri(String mpackUri)
public int hashCode()
Copyright © 2022 Apache Software Foundation. All rights reserved.