odps-sdk/odps-sdk-core/src/main/java/com/aliyun/odps/simpleframework/xml/core/GetPart.java [79:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   public GetPart(MethodName method, Annotation label, Annotation[] list) {
      this.cache = new ConcurrentCache<Annotation>();
      this.method = method.getMethod();      
      this.name = method.getName();
      this.type = method.getType();
      this.label = label;
      this.list = list;
   }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



odps-sdk/odps-sdk-core/src/main/java/com/aliyun/odps/simpleframework/xml/core/SetPart.java [79:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   public SetPart(MethodName method, Annotation label, Annotation[] list) {
      this.cache = new ConcurrentCache<Annotation>();
      this.method = method.getMethod();
      this.name = method.getName();
      this.type = method.getType();
      this.label = label;
      this.list = list;
   }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



