Class TSyncIdentityInfo

    • Field Detail

      • pipeName

        public String pipeName
      • createTime

        public long createTime
      • version

        public String version
      • database

        public String database
    • Constructor Detail

      • TSyncIdentityInfo

        public TSyncIdentityInfo()
      • TSyncIdentityInfo

        public TSyncIdentityInfo​(String pipeName,
                                 long createTime,
                                 String version,
                                 String database)
      • TSyncIdentityInfo

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

      • getPipeName

        public String getPipeName()
      • unsetPipeName

        public void unsetPipeName()
      • isSetPipeName

        public boolean isSetPipeName()
        Returns true if field pipeName is set (has been assigned a value) and false otherwise
      • setPipeNameIsSet

        public void setPipeNameIsSet​(boolean value)
      • getCreateTime

        public long getCreateTime()
      • unsetCreateTime

        public void unsetCreateTime()
      • isSetCreateTime

        public boolean isSetCreateTime()
        Returns true if field createTime is set (has been assigned a value) and false otherwise
      • setCreateTimeIsSet

        public void setCreateTimeIsSet​(boolean value)
      • getVersion

        public String getVersion()
      • unsetVersion

        public void unsetVersion()
      • isSetVersion

        public boolean isSetVersion()
        Returns true if field version is set (has been assigned a value) and false otherwise
      • setVersionIsSet

        public void setVersionIsSet​(boolean value)
      • getDatabase

        public String getDatabase()
      • unsetDatabase

        public void unsetDatabase()
      • isSetDatabase

        public boolean isSetDatabase()
        Returns true if field database is set (has been assigned a value) and false otherwise
      • setDatabaseIsSet

        public void setDatabaseIsSet​(boolean value)
      • hashCode

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

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        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.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

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