Class CpiMetadata

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class CpiMetadata
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • CpiMetadata

        CpiMetadata()
        Default constructor.
      • CpiMetadata

        CpiMetadata(CpiIdentifier id, SecureHash hash, List<CpkMetadata> cpks, String groupPolicy, Integer version, Instant timestamp)
        All-args constructor.
        Parameters:
        id - The new value for id
        hash - The new value for hash
        cpks - The new value for cpks
        groupPolicy - The new value for groupPolicy
        version - The new value for version
        timestamp - Time ([Instant]) in milliseconds when the record was updated or added.