示例#1
0
 public com.baidu.api.sem.nms.v2.InterestService.ResHeader getCustomInterest(com.baidu.api.sem.nms.v2.InterestService.AuthHeader AuthHeader, long[] customItIds, out CustomInterestType[] customerInterestTypes)
 {
     com.baidu.api.sem.nms.v2.InterestService.getCustomInterestRequest inValue = new com.baidu.api.sem.nms.v2.InterestService.getCustomInterestRequest();
     inValue.AuthHeader  = AuthHeader;
     inValue.customItIds = customItIds;
     com.baidu.api.sem.nms.v2.InterestService.getCustomInterestResponse retVal = ((com.baidu.api.sem.nms.v2.InterestService.InterestService)(this)).getCustomInterest(inValue);
     customerInterestTypes = retVal.customerInterestTypes;
     return(retVal.ResHeader);
 }
示例#2
0
 com.baidu.api.sem.nms.v2.InterestService.getCustomInterestResponse com.baidu.api.sem.nms.v2.InterestService.InterestService.getCustomInterest(com.baidu.api.sem.nms.v2.InterestService.getCustomInterestRequest request)
 {
     return(base.Channel.getCustomInterest(request));
 }