(FRONT) FRONT (2025)

Return to Simple HTTP service HTTPResult

   1:  package com.voipplus.mmsclient.httpService;
   2:  
   3:  public class HTTPResult {
   4:      private final String json;
   5:      private final boolean success;
   6:  
   7:      public HTTPResult(String json, boolean success) {
   8:          this.json = json;
   9:          this.success = success;
  10:      }public String getJson() {
  11:          return json;
  12:      }
  13:  
  14:      public boolean isSuccess() {
  15:          return success;
  16:      }
  17:  }
  18:  

Return to Simple HTTP service




AndroidMosaic context:



Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23>  <24>  <25
Link to this page: http://www.vb-net.com/AndroidMosaic/HTTPResult.htm
<TAGS>  <ARTICLES>  <FRONT>  <CORE>  <MVC>  <ASP>  <NET>  <DATA>  <TASK>  <XML>  <KIOSK>  <NOTES>  <SQL>  <LINUX>  <MONO>  <FREEWARE>  <DOCS> <TRAVELS> <FLOWERS> <RESUME> < THANKS ME>