@Generated(value="org.immutables.processor.ProxyProcessor") public final class ApplicationUsageEventEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationUsageEventEntity.Builder
Builds instances of type
ApplicationUsageEventEntity. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationUsageEventEntity.Builder |
builder()
Creates a builder for
ApplicationUsageEventEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationUsageEventEntity that have equal attribute values. |
String |
getApplicationId()
The application id
|
String |
getApplicationName()
The application name
|
String |
getBuildpackId()
The buildpack id
|
String |
getBuildpackName()
The buildpack name
|
Integer |
getInstanceCount()
The instance count
|
Integer |
getMemoryInMbPerInstance()
The memory in mb by instance
|
String |
getOrganizationId()
The organization id
|
String |
getPackageState()
The state of the package
|
String |
getParentApplicationId()
The parent application id if one exists (experimental)
|
String |
getParentApplicationName()
The parent application name if one exists (experimental)
|
String |
getProcessType()
The process type (experimental)
|
String |
getSpaceId()
The space id
|
String |
getSpaceName()
The space name
|
String |
getState()
The desired state of the application
|
String |
getTaskId()
The task id if one exists (experimental)
|
String |
getTaskName()
The task name if one exists (experimental)
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, applicationName, buildpackId, buildpackName, instanceCount, memoryInMbPerInstance, organizationId, packageState, parentApplicationId, parentApplicationName, processType, spaceId, spaceName, state, taskId, taskName. |
String |
toString()
Prints the immutable value
ApplicationUsageEventEntity with attribute values. |
public String getApplicationId()
public String getApplicationName()
public String getBuildpackId()
public String getBuildpackName()
public Integer getInstanceCount()
public Integer getMemoryInMbPerInstance()
public String getOrganizationId()
public String getPackageState()
public String getParentApplicationId()
public String getParentApplicationName()
public String getProcessType()
public String getSpaceId()
public String getSpaceName()
public String getState()
public String getTaskId()
public String getTaskName()
public boolean equals(Object another)
ApplicationUsageEventEntity that have equal attribute values.public int hashCode()
applicationId, applicationName, buildpackId, buildpackName, instanceCount, memoryInMbPerInstance, organizationId, packageState, parentApplicationId, parentApplicationName, processType, spaceId, spaceName, state, taskId, taskName.public String toString()
ApplicationUsageEventEntity with attribute values.public static ApplicationUsageEventEntity.Builder builder()
ApplicationUsageEventEntity.
ApplicationUsageEventEntity.builder()
.applicationId(String | null) // nullable applicationId
.applicationName(String | null) // nullable applicationName
.buildpackId(String | null) // nullable buildpackId
.buildpackName(String | null) // nullable buildpackName
.instanceCount(Integer | null) // nullable instanceCount
.memoryInMbPerInstance(Integer | null) // nullable memoryInMbPerInstance
.organizationId(String | null) // nullable organizationId
.packageState(String | null) // nullable packageState
.parentApplicationId(String | null) // nullable parentApplicationId
.parentApplicationName(String | null) // nullable parentApplicationName
.processType(String | null) // nullable processType
.spaceId(String | null) // nullable spaceId
.spaceName(String | null) // nullable spaceName
.state(String | null) // nullable state
.taskId(String | null) // nullable taskId
.taskName(String | null) // nullable taskName
.build();
Copyright © 2020. All rights reserved.