Interface ShelveInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ShelveInfo, ShelveInfo.Builder

public interface ShelveInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string shelvedBy = 1;
    com.google.protobuf.ByteString
    optional string shelvedBy = 1;
    com.google.protobuf.Timestamp
    when the shelving will expire (can be unset which means that it will never expire)
    com.google.protobuf.TimestampOrBuilder
    when the shelving will expire (can be unset which means that it will never expire)
    optional string shelveMessage = 2;
    com.google.protobuf.ByteString
    optional string shelveMessage = 2;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp shelveTime = 3;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp shelveTime = 3;
    boolean
    optional string shelvedBy = 1;
    boolean
    when the shelving will expire (can be unset which means that it will never expire)
    boolean
    optional string shelveMessage = 2;
    boolean
    optional .google.protobuf.Timestamp shelveTime = 3;

    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 Details

    • hasShelvedBy

      boolean hasShelvedBy()
      optional string shelvedBy = 1;
      Returns:
      Whether the shelvedBy field is set.
    • getShelvedBy

      String getShelvedBy()
      optional string shelvedBy = 1;
      Returns:
      The shelvedBy.
    • getShelvedByBytes

      com.google.protobuf.ByteString getShelvedByBytes()
      optional string shelvedBy = 1;
      Returns:
      The bytes for shelvedBy.
    • hasShelveMessage

      boolean hasShelveMessage()
      optional string shelveMessage = 2;
      Returns:
      Whether the shelveMessage field is set.
    • getShelveMessage

      String getShelveMessage()
      optional string shelveMessage = 2;
      Returns:
      The shelveMessage.
    • getShelveMessageBytes

      com.google.protobuf.ByteString getShelveMessageBytes()
      optional string shelveMessage = 2;
      Returns:
      The bytes for shelveMessage.
    • hasShelveTime

      boolean hasShelveTime()
      optional .google.protobuf.Timestamp shelveTime = 3;
      Returns:
      Whether the shelveTime field is set.
    • getShelveTime

      com.google.protobuf.Timestamp getShelveTime()
      optional .google.protobuf.Timestamp shelveTime = 3;
      Returns:
      The shelveTime.
    • getShelveTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getShelveTimeOrBuilder()
      optional .google.protobuf.Timestamp shelveTime = 3;
    • hasShelveExpiration

      boolean hasShelveExpiration()
      when the shelving will expire (can be unset which means that it will never expire)
       
      optional .google.protobuf.Timestamp shelveExpiration = 4;
      Returns:
      Whether the shelveExpiration field is set.
    • getShelveExpiration

      com.google.protobuf.Timestamp getShelveExpiration()
      when the shelving will expire (can be unset which means that it will never expire)
       
      optional .google.protobuf.Timestamp shelveExpiration = 4;
      Returns:
      The shelveExpiration.
    • getShelveExpirationOrBuilder

      com.google.protobuf.TimestampOrBuilder getShelveExpirationOrBuilder()
      when the shelving will expire (can be unset which means that it will never expire)
       
      optional .google.protobuf.Timestamp shelveExpiration = 4;