Package ai.promoted.proto.common
Interface EntityPathOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityPath,EntityPath.Builder
public interface EntityPathOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAccountId()uint64 account_id = 4 [json_name = "accountId"];longgetCampaignId()uint64 campaign_id = 5 [json_name = "campaignId"];longgetContentId()uint64 content_id = 3 [json_name = "contentId"];longgetCustomerId()uint64 customer_id = 2 [json_name = "customerId"];longgetPlatformId()uint64 platform_id = 1 [json_name = "platformId"];longgetPromotionId()uint64 promotion_id = 6 [json_name = "promotionId"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlatformId
long getPlatformId()
uint64 platform_id = 1 [json_name = "platformId"];- Returns:
- The platformId.
-
getCustomerId
long getCustomerId()
uint64 customer_id = 2 [json_name = "customerId"];- Returns:
- The customerId.
-
getAccountId
long getAccountId()
uint64 account_id = 4 [json_name = "accountId"];- Returns:
- The accountId.
-
getCampaignId
long getCampaignId()
uint64 campaign_id = 5 [json_name = "campaignId"];- Returns:
- The campaignId.
-
getPromotionId
long getPromotionId()
uint64 promotion_id = 6 [json_name = "promotionId"];- Returns:
- The promotionId.
-
getContentId
long getContentId()
uint64 content_id = 3 [json_name = "contentId"];- Returns:
- The contentId.
-
-