congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
SoaHeader.getCustomerName
Code IndexAdd Tabnine to your IDE (free)

How to use
getCustomerName
method
in
com.isuwang.dapeng.core.SoaHeader

Best Java code snippets using com.isuwang.dapeng.core.SoaHeader.getCustomerName (Showing top 5 results out of 315)

origin: isuwang/isuwang-soa

public Task(TransactionContext context) {
  this.startTime = System.currentTimeMillis();
  this.seqid = context.getSeqid();
  SoaHeader soaHeader = context.getHeader();
  this.serviceName = soaHeader.getServiceName();
  this.versionName = soaHeader.getVersionName();
  this.methodName = soaHeader.getMethodName();
  this.callerFrom = soaHeader.getCallerFrom().isPresent() ? soaHeader.getCallerFrom().get() : null;
  this.callerIp = soaHeader.getCallerIp().isPresent() ? soaHeader.getCallerIp().get() : null;
  this.operatorId = soaHeader.getOperatorId().isPresent() ? soaHeader.getOperatorId().get() : null;
  this.operatorName = soaHeader.getOperatorName().isPresent() ? soaHeader.getOperatorName().get() : null;
  this.customerId = soaHeader.getCustomerId().isPresent() ? soaHeader.getCustomerId().get() : null;
  this.customerName = soaHeader.getCustomerName().isPresent() ? soaHeader.getCustomerName().get() : null;
  this.currentThread = Thread.currentThread();
}
origin: com.isuwang/dapeng-remoting-api

soaHeader.setCustomerName(oriHeader.getCustomerName());
soaHeader.setOperatorId(oriHeader.getOperatorId());
soaHeader.setOperatorName(oriHeader.getOperatorName());
origin: isuwang/isuwang-soa

soaHeader.setCustomerName(oriHeader.getCustomerName());
soaHeader.setOperatorId(oriHeader.getOperatorId());
soaHeader.setOperatorName(oriHeader.getOperatorName());
origin: isuwang/isuwang-soa

  oprot.writeFieldEnd();
if (bean.getCustomerName().isPresent()) {
  oprot.writeFieldBegin(new TField("customerName", TType.STRING, (short) 18));
  oprot.writeString(bean.getCustomerName().get());
  oprot.writeFieldEnd();
origin: com.isuwang/dapeng-core

  oprot.writeFieldEnd();
if (bean.getCustomerName().isPresent()) {
  oprot.writeFieldBegin(new TField("customerName", TType.STRING, (short) 18));
  oprot.writeString(bean.getCustomerName().get());
  oprot.writeFieldEnd();
com.isuwang.dapeng.coreSoaHeadergetCustomerName

Popular methods of SoaHeader

  • getMethodName
  • getServiceName
  • getVersionName
  • <init>
  • setMethodName
  • setServiceName
  • setVersionName
  • getRespCode
  • setCallerFrom
  • getCallerFrom
  • getCustomerId
  • getOperatorId
  • getCustomerId,
  • getOperatorId,
  • getRespMessage,
  • getCallerIp,
  • getOperatorName,
  • setCallerIp,
  • setOperatorId,
  • setOperatorName,
  • setTransactionId

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • getResourceAsStream (ClassLoader)
  • getSharedPreferences (Context)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • String (java.lang)
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • BoxLayout (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now