Class AccountIntegration

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountIntegration

public class AccountIntegration extends MorpheusModel
  • Field Details

    • account

      protected Account account
    • integrationType

      protected AccountIntegrationType integrationType
    • uuid

      protected String uuid
    • name

      protected String name
    • type

      protected String type
    • code

      protected String code
    • serviceHost

      protected String serviceHost
    • servicePort

      protected String servicePort
    • serviceUrl

      protected String serviceUrl
    • serviceSlave

      protected String serviceSlave
    • repoUrl

      protected String repoUrl
    • refId

      protected Long refId
    • refType

      protected String refType
    • authType

      protected String authType
    • authId

      protected String authId
    • serviceUsername

      protected String serviceUsername
    • servicePassword

      protected String servicePassword
    • servicePath

      protected String servicePath
    • serviceToken

      protected String serviceToken
    • serviceVersion

      protected String serviceVersion
    • serviceWindowsVersion

      protected String serviceWindowsVersion
    • serviceCommand

      protected String serviceCommand
    • serviceMode

      protected String serviceMode
    • serviceConfig

      protected String serviceConfig
    • serviceTypeCode

      protected String serviceTypeCode
    • serviceFlag

      protected Boolean serviceFlag
    • servicePrivateKey

      protected String servicePrivateKey
    • servicePublicKey

      protected String servicePublicKey
    • authPrivateKey

      protected String authPrivateKey
    • authPublicKey

      protected String authPublicKey
    • credentialData

      protected Map credentialData
    • credentialLoaded

      protected Boolean credentialLoaded
    • optionTypes

      protected List<OptionType> optionTypes
    • objectRefs

      protected List<AccountIntegrationObjectRef> objectRefs
  • Constructor Details

    • AccountIntegration

      public AccountIntegration()
  • Method Details

    • getUuid

      public String getUuid()
    • getName

      public String getName()
    • getType

      public String getType()
    • getCode

      public String getCode()
    • getServiceHost

      public String getServiceHost()
    • getServicePort

      public String getServicePort()
    • getServiceUrl

      public String getServiceUrl()
    • getServiceSlave

      public String getServiceSlave()
    • getRepoUrl

      public String getRepoUrl()
    • getRefId

      public Long getRefId()
    • getRefType

      public String getRefType()
    • getAuthType

      public String getAuthType()
    • getAuthId

      public String getAuthId()
    • getServiceUsername

      public String getServiceUsername()
    • getServicePassword

      public String getServicePassword()
    • getServicePath

      public String getServicePath()
    • getServiceToken

      public String getServiceToken()
    • getServiceVersion

      public String getServiceVersion()
    • getServiceWindowsVersion

      public String getServiceWindowsVersion()
    • getServiceCommand

      public String getServiceCommand()
    • getServiceMode

      public String getServiceMode()
    • getServiceConfig

      public String getServiceConfig()
    • getServiceTypeCode

      public String getServiceTypeCode()
    • getServiceFlag

      public Boolean getServiceFlag()
    • getServicePrivateKey

      public String getServicePrivateKey()
    • getServicePublicKey

      public String getServicePublicKey()
    • getAuthPrivateKey

      public String getAuthPrivateKey()
    • getAuthPublicKey

      public String getAuthPublicKey()
    • setUuid

      public void setUuid(String uuid)
    • setName

      public void setName(String name)
    • setType

      public void setType(String type)
    • setCode

      public void setCode(String code)
    • setServiceHost

      public void setServiceHost(String serviceHost)
    • setServicePort

      public void setServicePort(String servicePort)
    • setServiceUrl

      public void setServiceUrl(String serviceUrl)
    • setServiceSlave

      public void setServiceSlave(String serviceSlave)
    • setRepoUrl

      public void setRepoUrl(String repoUrl)
    • setRefId

      public void setRefId(Long refId)
    • setRefType

      public void setRefType(String refType)
    • setAuthType

      public void setAuthType(String authType)
    • setAuthId

      public void setAuthId(String authId)
    • setServiceUsername

      public void setServiceUsername(String serviceUsername)
    • setServicePassword

      public void setServicePassword(String servicePassword)
    • setServicePath

      public void setServicePath(String servicePath)
    • setServiceToken

      public void setServiceToken(String serviceToken)
    • setServiceVersion

      public void setServiceVersion(String serviceVersion)
    • setServiceWindowsVersion

      public void setServiceWindowsVersion(String serviceWindowsVersion)
    • setServiceCommand

      public void setServiceCommand(String serviceCommand)
    • setServiceMode

      public void setServiceMode(String serviceMode)
    • setServiceConfig

      public void setServiceConfig(String serviceConfig)
    • setServiceTypeCode

      public void setServiceTypeCode(String serviceTypeCode)
    • setServiceFlag

      public void setServiceFlag(Boolean serviceFlag)
    • setServicePrivateKey

      public void setServicePrivateKey(String servicePrivateKey)
    • setServicePublicKey

      public void setServicePublicKey(String servicePublicKey)
    • setAuthPrivateKey

      public void setAuthPrivateKey(String authPrivateKey)
    • setAuthPublicKey

      public void setAuthPublicKey(String authPublicKey)
    • getCredentialData

      public Map getCredentialData()
    • setCredentialData

      public void setCredentialData(Map credentialData)
    • getCredentialLoaded

      public Boolean getCredentialLoaded()
    • setCredentialLoaded

      public void setCredentialLoaded(Boolean credentialLoaded)
    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getIntegrationType

      public AccountIntegrationType getIntegrationType()
    • setIntegrationType

      public void setIntegrationType(AccountIntegrationType integrationType)
    • getOptionTypes

      public List<OptionType> getOptionTypes()
    • setOptionTypes

      public void setOptionTypes(List<OptionType> optionTypes)
    • getObjectRefs

      public List<AccountIntegrationObjectRef> getObjectRefs()
    • setObjectRefs

      public void setObjectRefs(List<AccountIntegrationObjectRef> objectRefs)