merchantrating.java

来自「yahoo api,包括各版本的」· Java 代码 · 共 23 行

JAVA
23
字号
package com.yahoo.shopping;import java.math.BigInteger;public interface MerchantRating {    float getMaxRating();    BigInteger getNumberOfRatings();    float getOverallRating();    float getPriceSatisfactionRating();    float getShippingOptionsRating();    float getTimelyDeliveryRating();    float getEaseOfPurchaseRating();    float getCustomerServiceRating();    String getRatingUrl();}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?