Interface Transformation.NotificationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCreatedTime()
      optional int64 created_time = 2;
      String getDestination()
      optional string destination = 5;
      com.google.protobuf.ByteString getDestinationBytes()
      optional string destination = 5;
      long getId()
      optional int64 id = 1;
      long getLastUpdatedTime()
      optional int64 last_updated_time = 3;
      long getTransformationId()
      optional int64 transformation_id = 4;
      boolean hasCreatedTime()
      optional int64 created_time = 2;
      boolean hasDestination()
      optional string destination = 5;
      boolean hasId()
      optional int64 id = 1;
      boolean hasLastUpdatedTime()
      optional int64 last_updated_time = 3;
      boolean hasTransformationId()
      optional int64 transformation_id = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
        optional int64 id = 1;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
        optional int64 id = 1;
        Returns:
        The id.
      • hasCreatedTime

        boolean hasCreatedTime()
        optional int64 created_time = 2;
        Returns:
        Whether the createdTime field is set.
      • getCreatedTime

        long getCreatedTime()
        optional int64 created_time = 2;
        Returns:
        The createdTime.
      • hasLastUpdatedTime

        boolean hasLastUpdatedTime()
        optional int64 last_updated_time = 3;
        Returns:
        Whether the lastUpdatedTime field is set.
      • getLastUpdatedTime

        long getLastUpdatedTime()
        optional int64 last_updated_time = 3;
        Returns:
        The lastUpdatedTime.
      • hasTransformationId

        boolean hasTransformationId()
        optional int64 transformation_id = 4;
        Returns:
        Whether the transformationId field is set.
      • getTransformationId

        long getTransformationId()
        optional int64 transformation_id = 4;
        Returns:
        The transformationId.
      • hasDestination

        boolean hasDestination()
        optional string destination = 5;
        Returns:
        Whether the destination field is set.
      • getDestination

        String getDestination()
        optional string destination = 5;
        Returns:
        The destination.
      • getDestinationBytes

        com.google.protobuf.ByteString getDestinationBytes()
        optional string destination = 5;
        Returns:
        The bytes for destination.