public static class DeployedEntity.Entity extends Object
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
DeployedEntity.Type |
getDeployedEntityType()
Returns the entity type that this entity represents when it is deployed.
|
DeployedEntity.Id |
getEndpointId()
Returns the linked endpoint ID of this entity.
|
int |
getEntityTypeId()
Returns the entity type ID of this entity.
|
Long |
getEnvId()
Returns the ID of the environment this entity.
|
String |
getGuid()
Returns the GUID of this entity.
|
DeployedEntity.Id |
getId()
Returns the ID of this entity.
|
Map<String,String> |
getKeyValues()
Returns the properties associated with this entity.
|
String |
getName()
Returns the deployed name of this entity.
|
long |
getOrgId()
Returns the organization ID of this entity.
|
DeployedEntity.Entity |
setDeployedEntityType(DeployedEntity.Type entityType)
Returns the entity after setting the type it represents when it is deployed.
|
DeployedEntity.Entity |
setEndpointId(DeployedEntity.Id endpointId)
Returns this entity after setting its linked endpoint ID.
|
DeployedEntity.Entity |
setEntityTypeId(int entityTypeId)
Returns this entity after setting its the entity type ID.
|
DeployedEntity.Entity |
setEnvId(Long envId)
Returns this entity after setting its environment ID.
|
DeployedEntity.Entity |
setGuid(String guid)
Returns this entity after setting its GUID.
|
DeployedEntity.Entity |
setId(DeployedEntity.Id id)
Returns this entity after setting its ID.
|
DeployedEntity.Entity |
setKeyValues(Map<String,String> keyValues)
Returns this entity after setting the properties associated with this entity.
|
DeployedEntity.Entity |
setName(String name)
Returns this entity after setting its deployed name.
|
DeployedEntity.Entity |
setOrgId(long orgId)
Returns this entity after setting its organization ID.
|
public DeployedEntity.Id getId()
public DeployedEntity.Entity setId(DeployedEntity.Id id)
id
- the ID of the entitypublic String getGuid()
public DeployedEntity.Entity setGuid(String guid)
guid
- the GUID of the deployed entitypublic Long getEnvId()
public DeployedEntity.Entity setEnvId(Long envId)
envId
- the ID of the environment of this entitypublic String getName()
public DeployedEntity.Entity setName(String name)
name
- the deployed name of this entitypublic DeployedEntity.Id getEndpointId()
public DeployedEntity.Entity setEndpointId(DeployedEntity.Id endpointId)
endpointId
- the linked endpoint ID of this entitypublic int getEntityTypeId()
public DeployedEntity.Entity setEntityTypeId(int entityTypeId)
entityTypeId
- the entity type ID of this entitypublic long getOrgId()
public DeployedEntity.Entity setOrgId(long orgId)
orgId
- the organization ID of this entitypublic Map<String,String> getKeyValues()
public DeployedEntity.Entity setKeyValues(Map<String,String> keyValues)
keyValues
- the properties associated with this entitypublic DeployedEntity.Type getDeployedEntityType()
Possible values:
public DeployedEntity.Entity setDeployedEntityType(DeployedEntity.Type entityType)
entityType
- the entity type that this entity representsCopyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.