public static final class HostedEntityInfo.Builder
extends java.lang.Object
HostedEntityInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
HostedEntityInfo. |
| Modifier and Type | Method and Description |
|---|---|
HostedEntityInfo |
build() |
HostedEntityInfo.Builder |
setEntityType(java.lang.String entityType)
The type of entity hosted could be MP, CCP, VMC App etc.
|
HostedEntityInfo.Builder |
setEntityUuid(java.lang.String entityUuid)
Unique identifier of entity
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
HostedEntityInfo.public HostedEntityInfo.Builder setEntityType(java.lang.String entityType)
entityType - New value for the property.public HostedEntityInfo.Builder setEntityUuid(java.lang.String entityUuid)
entityUuid - New value for the property.public HostedEntityInfo build()