final class com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner> implements com.microsoft.azure.management.batchai.RemoteLoginInformation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  void <init>(com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/RemoteLoginInformationInner;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner innerModel
         0: .line 23
            aload 0 /* this */
            aload 1 /* innerModel */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 24
            return
        end local 1 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner innerModel
        end local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/RemoteLoginInformationImpl;
            0    2     1  innerModel  Lcom/microsoft/azure/management/batchai/implementation/RemoteLoginInformationInner;
    MethodParameters:
            Name  Flags
      innerModel  

  public java.lang.String nodeId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
         0: .line 28
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner.nodeId:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/RemoteLoginInformationImpl;

  public java.lang.String ipAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
         0: .line 33
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner.ipAddress:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/RemoteLoginInformationImpl;

  public int port();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
         0: .line 38
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner.port:()Ljava/lang/Double;
            ifnonnull 2
         1: .line 39
            iconst_0
            ireturn
         2: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationInner.port:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            invokestatic java.lang.Math.round:(D)J
            l2i
            ireturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.RemoteLoginInformationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/RemoteLoginInformationImpl;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/implementation/RemoteLoginInformationInner;>;Lcom/microsoft/azure/management/batchai/RemoteLoginInformation;
SourceFile: "RemoteLoginInformationImpl.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()