Beispiel #1
0
 public com.baidu.api.sem.nms.v2.InterestService.ResHeader getInterest(com.baidu.api.sem.nms.v2.InterestService.AuthHeader AuthHeader, out InterestType[] interestTypes)
 {
     com.baidu.api.sem.nms.v2.InterestService.getInterestRequest inValue = new com.baidu.api.sem.nms.v2.InterestService.getInterestRequest();
     inValue.AuthHeader = AuthHeader;
     com.baidu.api.sem.nms.v2.InterestService.getInterestResponse retVal = ((com.baidu.api.sem.nms.v2.InterestService.InterestService)(this)).getInterest(inValue);
     interestTypes = retVal.interestTypes;
     return(retVal.ResHeader);
 }
Beispiel #2
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);
 }
Beispiel #3
0
 public getCustomInterestRequest(com.baidu.api.sem.nms.v2.InterestService.AuthHeader AuthHeader, long[] customItIds)
 {
     this.AuthHeader  = AuthHeader;
     this.customItIds = customItIds;
 }
Beispiel #4
0
 public getAllCustomInterestRequest(com.baidu.api.sem.nms.v2.InterestService.AuthHeader AuthHeader)
 {
     this.AuthHeader = AuthHeader;
 }