Interface AdminConsoleProto.ApplicationInfoMsgOutProtoOrBuilder

    • Method Detail

      • hasPath

        boolean hasPath()
        optional string path = 1;
      • getPath

        java.lang.String getPath()
        optional string path = 1;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
        optional string path = 1;
      • hasByteIcon

        boolean hasByteIcon()
        optional bytes byteIcon = 2;
      • getByteIcon

        com.google.protobuf.ByteString getByteIcon()
        optional bytes byteIcon = 2;
      • hasName

        boolean hasName()
        optional string name = 3;
      • getName

        java.lang.String getName()
        optional string name = 3;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 3;
      • hasEnabled

        boolean hasEnabled()
        optional bool enabled = 4;
      • getEnabled

        boolean getEnabled()
        optional bool enabled = 4;
      • hasMaxClients

        boolean hasMaxClients()
        optional sint32 maxClients = 5;
      • getMaxClients

        int getMaxClients()
        optional sint32 maxClients = 5;
      • hasInstanceManagerStatus

        boolean hasInstanceManagerStatus()
        optional .InstanceManagerStatusMsgOutProto instanceManagerStatus = 6;