接口 OuterExpression.PropertyOrBuilder

    • 方法详细资料

      • hasId

        boolean hasId()
         Get id from the entity
         
        .common.IdKey id = 2;
        返回:
        Whether the id field is set.
      • hasLabel

        boolean hasLabel()
         Get label from the entity
         
        .common.LabelKey label = 3;
        返回:
        Whether the label field is set.
      • getLabel

        OuterExpression.LabelKey getLabel()
         Get label from the entity
         
        .common.LabelKey label = 3;
        返回:
        The label.
      • hasLen

        boolean hasLen()
         Get length from the entity
         
        .common.LengthKey len = 4;
        返回:
        Whether the len field is set.
      • hasAll

        boolean hasAll()
         Get all properties
         
        .common.AllKey all = 5;
        返回:
        Whether the all field is set.
      • hasKey

        boolean hasKey()
         Get property of key from the entity
         
        .common.NameOrId key = 6;
        返回:
        Whether the key field is set.
      • getKey

        Common.NameOrId getKey()
         Get property of key from the entity
         
        .common.NameOrId key = 6;
        返回:
        The key.
      • getKeyOrBuilder

        Common.NameOrIdOrBuilder getKeyOrBuilder()
         Get property of key from the entity
         
        .common.NameOrId key = 6;