public abstract class Process extends Object
Modifier | Constructor and Description |
---|---|
protected |
Process(String command,
String createdAt,
Integer diskInMb,
String id,
Integer instances,
Map<String,Link> links,
Integer memoryInMb,
String type,
String updatedAt) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCommand()
The command
|
String |
getCreatedAt()
The created at
|
Integer |
getDiskInMb()
The disk in megabytes
|
String |
getId()
The id
|
Integer |
getInstances()
The instances
|
Map<String,Link> |
getLinks()
The links
|
Integer |
getMemoryInMb()
The memory in megabytes
|
String |
getType()
The type
|
String |
getUpdatedAt()
The updated at
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public String getCommand()
@Generated(value="lombok") public String getCreatedAt()
@Generated(value="lombok") public Integer getDiskInMb()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public Integer getInstances()
@Generated(value="lombok") public Map<String,Link> getLinks()
@Generated(value="lombok") public Integer getMemoryInMb()
@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.