コード例 #1
0
ファイル: Reference.cs プロジェクト: pologood/beidou-api
 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
ファイル: Reference.cs プロジェクト: pologood/beidou-api
 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));
 }