ai.promoted.proto.common.EntityPathOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/common/common.proto
package ai.promoted.proto.common;
public interface EntityPathOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.EntityPath)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 platform_id = 1 [json_name = "platformId"];
* @return The platformId.
*/
long getPlatformId();
/**
* uint64 customer_id = 2 [json_name = "customerId"];
* @return The customerId.
*/
long getCustomerId();
/**
* uint64 account_id = 4 [json_name = "accountId"];
* @return The accountId.
*/
long getAccountId();
/**
* uint64 campaign_id = 5 [json_name = "campaignId"];
* @return The campaignId.
*/
long getCampaignId();
/**
* uint64 promotion_id = 6 [json_name = "promotionId"];
* @return The promotionId.
*/
long getPromotionId();
/**
* uint64 content_id = 3 [json_name = "contentId"];
* @return The contentId.
*/
long getContentId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy