Class AccountIntegrationObjectRef

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

public class AccountIntegrationObjectRef extends MorpheusModel
  • Field Details

    • refId

      protected Long refId
    • refType

      protected String refType
    • category

      protected String category
    • config

      protected String config
    • displayName

      protected String displayName
  • Constructor Details

    • AccountIntegrationObjectRef

      public AccountIntegrationObjectRef()
  • Method Details

    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getConfig

      public String getConfig()
      Overrides:
      getConfig in class MorpheusModel
    • setConfig

      public void setConfig(String config)
      Overrides:
      setConfig in class MorpheusModel
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)