Esempio n. 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);
 }
Esempio n. 2
0
 com.baidu.api.sem.nms.v2.InterestService.getInterestResponse com.baidu.api.sem.nms.v2.InterestService.InterestService.getInterest(com.baidu.api.sem.nms.v2.InterestService.getInterestRequest request)
 {
     return(base.Channel.getInterest(request));
 }