Class DomainNotActiveError

    • Field Detail

      • message

        public java.lang.String message
      • domainName

        public java.lang.String domainName
      • currentCluster

        public java.lang.String currentCluster
      • activeCluster

        public java.lang.String activeCluster
    • Constructor Detail

      • DomainNotActiveError

        public DomainNotActiveError()
      • DomainNotActiveError

        public DomainNotActiveError​(java.lang.String message,
                                    java.lang.String domainName,
                                    java.lang.String currentCluster,
                                    java.lang.String activeCluster)
      • DomainNotActiveError

        public DomainNotActiveError​(DomainNotActiveError other)
        Performs a deep copy on other.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • unsetMessage

        public void unsetMessage()
      • isSetMessage

        public boolean isSetMessage()
        Returns true if field message is set (has been assigned a value) and false otherwise
      • setMessageIsSet

        public void setMessageIsSet​(boolean value)
      • getDomainName

        public java.lang.String getDomainName()
      • unsetDomainName

        public void unsetDomainName()
      • isSetDomainName

        public boolean isSetDomainName()
        Returns true if field domainName is set (has been assigned a value) and false otherwise
      • setDomainNameIsSet

        public void setDomainNameIsSet​(boolean value)
      • getCurrentCluster

        public java.lang.String getCurrentCluster()
      • setCurrentCluster

        public DomainNotActiveError setCurrentCluster​(java.lang.String currentCluster)
      • unsetCurrentCluster

        public void unsetCurrentCluster()
      • isSetCurrentCluster

        public boolean isSetCurrentCluster()
        Returns true if field currentCluster is set (has been assigned a value) and false otherwise
      • setCurrentClusterIsSet

        public void setCurrentClusterIsSet​(boolean value)
      • getActiveCluster

        public java.lang.String getActiveCluster()
      • setActiveCluster

        public DomainNotActiveError setActiveCluster​(java.lang.String activeCluster)
      • unsetActiveCluster

        public void unsetActiveCluster()
      • isSetActiveCluster

        public boolean isSetActiveCluster()
        Returns true if field activeCluster is set (has been assigned a value) and false otherwise
      • setActiveClusterIsSet

        public void setActiveClusterIsSet​(boolean value)
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TBase<DomainNotActiveError,​DomainNotActiveError._Fields>
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TBase<DomainNotActiveError,​DomainNotActiveError._Fields>
        Throws:
        org.apache.thrift.TException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException