Class EntityNotExistsError

    • Field Detail

      • message

        public java.lang.String message
      • currentCluster

        public java.lang.String currentCluster
      • activeCluster

        public java.lang.String activeCluster
    • Constructor Detail

      • EntityNotExistsError

        public EntityNotExistsError()
      • EntityNotExistsError

        public EntityNotExistsError​(java.lang.String message)
      • EntityNotExistsError

        public EntityNotExistsError​(EntityNotExistsError 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)
      • getCurrentCluster

        public java.lang.String getCurrentCluster()
      • setCurrentCluster

        public EntityNotExistsError 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 EntityNotExistsError 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<EntityNotExistsError,​EntityNotExistsError._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<EntityNotExistsError,​EntityNotExistsError._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