public class DeployedEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeployedEntity.ActivityEntity
Represents an activity as an entity.
|
static class |
DeployedEntity.DeployedActivity
Represents an activity that has been deployed.
|
static class |
DeployedEntity.EndpointEntity
Represents an activity that is an endpoint entity.
|
static class |
DeployedEntity.Entity
An entity corresponds to an activity of a connector.
|
static class |
DeployedEntity.Id
Represents the key of an entity.
|
static class |
DeployedEntity.IdTuple
Represents the three types of keys sets associated with a connector.
|
static class |
DeployedEntity.OperationEntity
Represents the operation that a connector activity is deployed in.
|
static class |
DeployedEntity.Type
The different types of deployed entities.
|
Constructor and Description |
---|
DeployedEntity() |
Modifier and Type | Method and Description |
---|---|
DeployedEntity.ActivityEntity |
getActivity()
Returns the activity associated with an entity.
|
DeployedEntity.EndpointEntity |
getEndpoint()
Returns the endpoint entity associated with an entity.
|
Long |
getEnvId()
Returns the environment ID of an entity.
|
DeployedEntity.OperationEntity |
getOperation()
Returns the operation that the entity is deployed within.
|
DeployedEntity |
setActivity(DeployedEntity.ActivityEntity activity)
Returns this deployed entity after setting the associated activity.
|
DeployedEntity |
setEndpoint(DeployedEntity.EndpointEntity endpoint)
Returns this deployed entity after setting the associated endpoint entity.
|
DeployedEntity |
setEnvId(Long envId)
Returns this deployed entity after setting its environment ID.
|
DeployedEntity |
setOperation(DeployedEntity.OperationEntity operation)
Returns this deployed entity after setting the operation that the entity is deployed within.
|
String |
toString()
Returns a string-representation of an entity.
|
public DeployedEntity.OperationEntity getOperation()
public DeployedEntity setOperation(DeployedEntity.OperationEntity operation)
operation
- the operation the entity is to be deployed withinpublic DeployedEntity.ActivityEntity getActivity()
public DeployedEntity setActivity(DeployedEntity.ActivityEntity activity)
activity
- the activity to be associated with the entitypublic DeployedEntity.EndpointEntity getEndpoint()
public DeployedEntity setEndpoint(DeployedEntity.EndpointEntity endpoint)
endpoint
- the endpoint entity associated with the entitypublic Long getEnvId()
public DeployedEntity setEnvId(Long envId)
envId
- the environment IDCopyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.