| java.lang.Object | |
| ↳ | com.carto.packagemanager.PackageMetaInfo |
Package meta info element. Can contain JSON-style structured data, including objects and arrays.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
PackageMetaInfo(Variant var)
Constructs a new PackageMetaInfo object from existing JSON value.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
| Variant |
getVariant()
Returns the underlying variant.
| ||||||||||
| int |
hashCode()
Returns the hash value of this object.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a new PackageMetaInfo object from existing JSON value.
| var | The variant to use. |
|---|
Checks if this object is equal to the specified object.
| obj | The reference object. |
|---|
Returns the hash value of this object.