public static class DeployedEntity.EndpointEntity extends DeployedEntity.Entity
Constructor and Description |
---|
EndpointEntity() |
Modifier and Type | Method and Description |
---|---|
DeployedEntity.Type |
getDeployedEntityType()
Returns the type of this entity, which is always
DeployedEntity.Type.ENDPOINT . |
String |
getPassword()
Returns the password of this entity.
|
String |
getUsername()
Returns the username of this entity.
|
void |
setPassword(String password)
Sets the password of this entity.
|
void |
setUsername(String username)
Sets the username of this entity.
|
getEndpointId, getEntityTypeId, getEnvId, getGuid, getId, getKeyValues, getName, getOrgId, setDeployedEntityType, setEndpointId, setEntityTypeId, setEnvId, setGuid, setId, setKeyValues, setName, setOrgId
public String getUsername()
public void setUsername(String username)
username
- the usernamepublic String getPassword()
public void setPassword(String password)
password
- the passwordpublic DeployedEntity.Type getDeployedEntityType()
DeployedEntity.Type.ENDPOINT
.getDeployedEntityType
in class DeployedEntity.Entity
DeployedEntity.Type.ENDPOINT
Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.