
io.opencannabis.schema.product.struct.testing.SubjectiveOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2018, Momentum Ideas, Co. All rights reserved.
*
* Source and object computer code contained herein is the private intellectual
* property of Momentum Ideas Co., a Delaware Corporation. Use of this
* code in source form requires permission in writing before use or the
* assembly, distribution, or publishing of derivative works, for commercial
* purposes or any other purpose, from a duly authorized officer of Momentum
* Ideas Co.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: structs/labtesting/TestResults.proto
package io.opencannabis.schema.product.struct.testing;
public interface SubjectiveOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.structs.labtesting.Subjective)
com.google.protobuf.MessageOrBuilder {
/**
*
* Subjective description of using this product.
*
*
* .opencannabis.content.Content description = 1;
*/
boolean hasDescription();
/**
*
* Subjective description of using this product.
*
*
* .opencannabis.content.Content description = 1;
*/
io.opencannabis.schema.content.GenericContent.Content getDescription();
/**
*
* Subjective description of using this product.
*
*
* .opencannabis.content.Content description = 1;
*/
io.opencannabis.schema.content.GenericContent.ContentOrBuilder getDescriptionOrBuilder();
/**
*
* Subjective description of the taste of this product.
*
*
* .opencannabis.content.Content taste = 2;
*/
boolean hasTaste();
/**
*
* Subjective description of the taste of this product.
*
*
* .opencannabis.content.Content taste = 2;
*/
io.opencannabis.schema.content.GenericContent.Content getTaste();
/**
*
* Subjective description of the taste of this product.
*
*
* .opencannabis.content.Content taste = 2;
*/
io.opencannabis.schema.content.GenericContent.ContentOrBuilder getTasteOrBuilder();
/**
*
* Subjective potency estimate for this product.
*
*
* .opencannabis.structs.labtesting.PotencyEstimate potency = 3;
*/
int getPotencyValue();
/**
*
* Subjective potency estimate for this product.
*
*
* .opencannabis.structs.labtesting.PotencyEstimate potency = 3;
*/
io.opencannabis.schema.product.struct.testing.PotencyEstimate getPotency();
/**
*
* Subjective feeling tags for this product.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 4;
*/
java.util.List getFeelingList();
/**
*
* Subjective feeling tags for this product.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 4;
*/
int getFeelingCount();
/**
*
* Subjective feeling tags for this product.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 4;
*/
io.opencannabis.schema.product.struct.testing.Feeling getFeeling(int index);
/**
*
* Subjective feeling tags for this product.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 4;
*/
java.util.List
getFeelingValueList();
/**
*
* Subjective feeling tags for this product.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 4;
*/
int getFeelingValue(int index);
/**
*
* Subjective taste or aroma notes for this product.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 5;
*/
java.util.List getAromaList();
/**
*
* Subjective taste or aroma notes for this product.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 5;
*/
int getAromaCount();
/**
*
* Subjective taste or aroma notes for this product.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 5;
*/
io.opencannabis.schema.product.struct.testing.TasteNote getAroma(int index);
/**
*
* Subjective taste or aroma notes for this product.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 5;
*/
java.util.List
getAromaValueList();
/**
*
* Subjective taste or aroma notes for this product.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 5;
*/
int getAromaValue(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy