Class TriggerActivationsRequest.Builder

    • Method Detail

      • hasId

        public boolean hasId()
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Specified by:
        hasId in interface TriggerActivationsRequestOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public java.lang.String getId()
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Specified by:
        getId in interface TriggerActivationsRequestOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Specified by:
        getIdBytes in interface TriggerActivationsRequestOrBuilder
        Returns:
        The bytes for id.
      • setId

        public TriggerActivationsRequest.Builder setId​(java.lang.String value)
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public TriggerActivationsRequest.Builder clearId()
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Returns:
        This builder for chaining.
      • setIdBytes

        public TriggerActivationsRequest.Builder setIdBytes​(com.google.protobuf.ByteString value)
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • hasEntityId

        public boolean hasEntityId()
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Specified by:
        hasEntityId in interface TriggerActivationsRequestOrBuilder
        Returns:
        Whether the entityId field is set.
      • getEntityId

        public java.lang.String getEntityId()
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Specified by:
        getEntityId in interface TriggerActivationsRequestOrBuilder
        Returns:
        The entityId.
      • getEntityIdBytes

        public com.google.protobuf.ByteString getEntityIdBytes()
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Specified by:
        getEntityIdBytes in interface TriggerActivationsRequestOrBuilder
        Returns:
        The bytes for entityId.
      • setEntityId

        public TriggerActivationsRequest.Builder setEntityId​(java.lang.String value)
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Parameters:
        value - The entityId to set.
        Returns:
        This builder for chaining.
      • clearEntityId

        public TriggerActivationsRequest.Builder clearEntityId()
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Returns:
        This builder for chaining.
      • setEntityIdBytes

        public TriggerActivationsRequest.Builder setEntityIdBytes​(com.google.protobuf.ByteString value)
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Parameters:
        value - The bytes for entityId to set.
        Returns:
        This builder for chaining.
      • setLimit

        public TriggerActivationsRequest.Builder setLimit​(int value)
         limit
         
        int32 limit = 3 [json_name = "limit"];
        Parameters:
        value - The limit to set.
        Returns:
        This builder for chaining.
      • setOffset

        public TriggerActivationsRequest.Builder setOffset​(int value)
         offset
         
        int32 offset = 4 [json_name = "offset"];
        Parameters:
        value - The offset to set.
        Returns:
        This builder for chaining.