PlatformInfoOrBuilder

공개 인터페이스 PlatformInfoOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getBits ()
 e.g.
추상 com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
추상 문자열
getLinkage ()
 e.g.
추상 com.google.protobuf.ByteString
추상 문자열
getMachine ()
 e.g.
추상 com.google.protobuf.ByteString
추상 문자열
get릴리스 ()
 e.g.
추상 com.google.protobuf.ByteString
추상 문자열
get시스템 ()
 e.g.
추상 com.google.protobuf.ByteString
추상 문자열
버전 획득 ()
 e.g.
추상 com.google.protobuf.ByteString
getVersionBytes ()
 e.g.

공개 방법

공개 추상 문자열 getBits ()

 e.g. '64bit'
 
string bits = 1;

공개 추상 com.google.protobuf.ByteString getBitsBytes ()

 e.g. '64bit'
 
string bits = 1;

공개 추상 문자열 getLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

공개 추상 com.google.protobuf.ByteString getLinkageBytes ()

 e.g. 'ELF'
 
string linkage = 2;

공개 추상 문자열 getMachine ()

 e.g. 'i386'
 
string machine = 3;

공개 추상 com.google.protobuf.ByteString getMachineBytes ()

 e.g. 'i386'
 
string machine = 3;

공개 추상 문자열 getRelease ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

공개 추상 com.google.protobuf.ByteString getReleaseBytes ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

공개 추상 문자열 getSystem ()

 e.g. 'Linux'
 
string system = 5;

공개 추상 com.google.protobuf.ByteString getSystemBytes ()

 e.g. 'Linux'
 
string system = 5;

공개 추상 문자열 getVersion ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

공개 추상 com.google.protobuf.ByteString getVersionBytes ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;