Class BigDataPoolReference


  • public final class BigDataPoolReference
    extends Object
    Big data pool reference.
    • Constructor Detail

      • BigDataPoolReference

        public BigDataPoolReference()
    • Method Detail

      • getType

        public BigDataPoolReferenceType getType()
        Get the type property: Big data pool reference type.
        Returns:
        the type value.
      • setType

        public BigDataPoolReference setType​(BigDataPoolReferenceType type)
        Set the type property: Big data pool reference type.
        Parameters:
        type - the type value to set.
        Returns:
        the BigDataPoolReference object itself.
      • getReferenceName

        public String getReferenceName()
        Get the referenceName property: Reference big data pool name.
        Returns:
        the referenceName value.
      • setReferenceName

        public BigDataPoolReference setReferenceName​(String referenceName)
        Set the referenceName property: Reference big data pool name.
        Parameters:
        referenceName - the referenceName value to set.
        Returns:
        the BigDataPoolReference object itself.