public abstract class Package extends Object
Modifier | Constructor and Description |
---|---|
protected |
Package(String createdAt,
Map<String,Object> datas,
String id,
Map<String,Link> links,
String state,
String type,
String updatedAt) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCreatedAt()
The created at
|
Map<String,Object> |
getDatas()
The datas
|
String |
getId()
The id
|
Map<String,Link> |
getLinks()
The links
|
String |
getState()
The state
|
String |
getType()
The type
|
String |
getUpdatedAt()
The updated at
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public String getCreatedAt()
@Generated(value="lombok") public Map<String,Object> getDatas()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public Map<String,Link> getLinks()
@Generated(value="lombok") public String getState()
@Generated(value="lombok") public String getType()
@Generated(value="lombok") public String getUpdatedAt()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.