Class AnalyticTableAttributes

java.lang.Object
com.sas.services.information.metadata.AnalyticTableAttributes
All Implemented Interfaces:
Serializable

public class AnalyticTableAttributes extends Object implements Serializable
See Also:
  • Constructor Details

    • AnalyticTableAttributes

      public AnalyticTableAttributes(boolean useExternalData, double samplingRate, String segment, String analyticTableRole, String analyticTableType)
  • Method Details

    • getAnalyticTableRole

      public final String getAnalyticTableRole()
      Returns:
      Returns the analyticTableRole.
    • setAnalyticTableRole

      public final void setAnalyticTableRole(String analyticTableRole)
      Parameters:
      analyticTableRole - The analyticTableRole to set.
    • getAnalyticTableType

      public final String getAnalyticTableType()
      Returns:
      Returns the analyticTableType.
    • setAnalyticTableType

      public final void setAnalyticTableType(String analyticTableType)
      Parameters:
      analyticTableType - The analyticTableType to set.
    • getSamplingRate

      public final double getSamplingRate()
      Returns:
      Returns the samplingRate.
    • setSamplingRate

      public final void setSamplingRate(double samplingRate)
      Parameters:
      samplingRate - The samplingRate to set.
    • getSegment

      public final String getSegment()
      Returns:
      Returns the segment.
    • setSegment

      public final void setSegment(String segment)
      Parameters:
      segment - The segment to set.
    • isUseExternalData

      public final boolean isUseExternalData()
      Returns:
      Returns the useExternalData.
    • setUseExternalData

      public final void setUseExternalData(boolean useExternalData)
      Parameters:
      useExternalData - The useExternalData to set.